Blender  V3.3
Classes | Functions
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 CurveComponent &component, const eAttrDomain domain)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ construct_curve_point_count_gvarray()

static VArray<int> blender::nodes::node_geo_input_spline_length_cc::construct_curve_point_count_gvarray ( const CurveComponent component,
const eAttrDomain  domain 
)
static

◆ node_declare()

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

Definition at line 9 of file node_geo_input_spline_length.cc.

References usdtokens::b(), and N_.

Referenced by register_node_type_geo_input_spline_length().

◆ node_geo_exec()

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

Definition at line 72 of file node_geo_input_spline_length.cc.

References params.

Referenced by register_node_type_geo_input_spline_length().