Blender V4.3
blender::nodes::node_geo_curve_fillet_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_init (bNodeTree *, bNode *node)
 
static bke::CurvesGeometry 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 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 node_geo_exec (GeoNodeExecParams params)
 
static void node_rna (StructRNA *srna)
 
static void node_register ()
 

Function Documentation

◆ fillet_curve()

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

◆ fillet_grease_pencil()

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

◆ node_declare()

◆ node_geo_exec()

◆ node_init()

static void blender::nodes::node_geo_curve_fillet_cc::node_init ( bNodeTree * ,
bNode * node )
static

Definition at line 56 of file node_geo_curve_fillet.cc.

References data, and GEO_NODE_CURVE_FILLET_BEZIER.

Referenced by node_register().

◆ node_layout()

static void blender::nodes::node_geo_curve_fillet_cc::node_layout ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 51 of file node_geo_curve_fillet.cc.

References ptr, UI_ITEM_R_EXPAND, and uiItemR().

Referenced by node_register().

◆ node_register()

◆ node_rna()

static void blender::nodes::node_geo_curve_fillet_cc::node_rna ( StructRNA * srna)
static