Blender V5.0
blender::nodes::node_geo_input_spline_length_cc Namespace Reference

Classes

class  SplineCountFieldInput

Functions

static void node_declare (NodeDeclarationBuilder &b)
static VArray< int > construct_curve_point_count_gvarray (const bke::CurvesGeometry &curves, const AttrDomain domain)
static void node_geo_exec (GeoNodeExecParams params)
static void node_register ()

Function Documentation

◆ construct_curve_point_count_gvarray()

◆ node_declare()

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

Definition at line 11 of file node_geo_input_spline_length.cc.

References b.

Referenced by node_register().

◆ node_geo_exec()

void blender::nodes::node_geo_input_spline_length_cc::node_geo_exec ( GeoNodeExecParams params)
static

Definition at line 69 of file node_geo_input_spline_length.cc.

References params.

Referenced by node_register().

◆ node_register()