Blender V5.0
node_geo_curve_fillet.cc File Reference

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_geo_curve_fillet_cc

Functions

static void blender::nodes::node_geo_curve_fillet_cc::node_declare (NodeDeclarationBuilder &b)
static void blender::nodes::node_geo_curve_fillet_cc::node_init (bNodeTree *, bNode *node)
static bke::CurvesGeometry blender::nodes::node_geo_curve_fillet_cc::fillet_curve (const bke::CurvesGeometry &src_curves, const GeometryNodeCurveFilletMode mode, const fn::FieldContext &field_context, const std::optional< Field< int > > &count_field, const Field< float > &radius_field, const bool limit_radius, const AttributeFilter &attribute_filter)
static void blender::nodes::node_geo_curve_fillet_cc::fillet_grease_pencil (GreasePencil &grease_pencil, const GeometryNodeCurveFilletMode mode, const std::optional< Field< int > > &count_field, const Field< float > &radius_field, const bool limit_radius, const AttributeFilter &attribute_filter)
static void blender::nodes::node_geo_curve_fillet_cc::node_geo_exec (GeoNodeExecParams params)
static void blender::nodes::node_geo_curve_fillet_cc::node_register ()

Variables

static EnumPropertyItem blender::nodes::node_geo_curve_fillet_cc::mode_items []