|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static float | curves_total_length (const bke::CurvesGeometry &curves) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 19 of file node_geo_curve_length.cc.
Referenced by node_geo_exec().
|
static |
Definition at line 12 of file node_geo_curve_length.cc.
References b, blender::bke::GeometryComponent::Curve, and blender::bke::GeometryComponent::GreasePencil.
Referenced by node_register().
|
static |
Definition at line 31 of file node_geo_curve_length.cc.
References curves_total_length(), Curves::geometry, blender::bke::GeometrySet::get_curves(), blender::bke::GeometrySet::get_grease_pencil(), blender::bke::GeometrySet::has_curves(), blender::bke::GeometrySet::has_grease_pencil(), params, and blender::bke::greasepencil::Drawing::strokes().
Referenced by node_register().
|
static |
Definition at line 60 of file node_geo_curve_length.cc.
References blender::bke::bNodeType::declare, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), and blender::bke::node_register_type().