Blender V5.0
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()

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

Definition at line 14 of file node_geo_set_spline_cyclic.cc.

References b, and blender::nodes::SocketDeclaration::hide_value.

Referenced by node_register().

◆ node_geo_exec()

◆ node_register()

◆ set_curve_cyclic()

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()

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