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

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void set_curve_cyclic (bke::CurvesGeometry &curves, const fn::FieldContext &field_context, const Field< bool > &selection, const Field< bool > &cyclic)
 
static void set_grease_pencil_cyclic (GreasePencil &grease_pencil, const Field< bool > &selection, const Field< bool > &cyclic)
 
static void node_geo_exec (GeoNodeExecParams params)
 
static void node_register ()
 

Function Documentation

◆ node_declare()

static void blender::nodes::node_geo_set_spline_cyclic_cc::node_declare ( NodeDeclarationBuilder & b)
static

◆ node_geo_exec()

◆ node_register()

static void blender::nodes::node_geo_set_spline_cyclic_cc::node_register ( )
static

◆ set_curve_cyclic()

static void blender::nodes::node_geo_set_spline_cyclic_cc::set_curve_cyclic ( bke::CurvesGeometry & curves,
const fn::FieldContext & field_context,
const Field< bool > & selection,
const Field< bool > & cyclic )
static

◆ set_grease_pencil_cyclic()

static void blender::nodes::node_geo_set_spline_cyclic_cc::set_grease_pencil_cyclic ( GreasePencil & grease_pencil,
const Field< bool > & selection,
const Field< bool > & cyclic )
static