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

Functions

static void node_declare (NodeDeclarationBuilder &b)
static Meshcurve_to_mesh (const bke::CurvesGeometry &curves, const GeometrySet &profile_set, const fn::FieldContext &context, const Field< float > &scale_field, const bool fill_caps, const AttributeFilter &attribute_filter)
static void grease_pencil_to_mesh (GeometrySet &geometry_set, const GeometrySet &profile_set, const Field< float > &scale_field, const bool fill_caps, const AttributeFilter &attribute_filter)
static void node_geo_exec (GeoNodeExecParams params)
static void node_register ()

Function Documentation

◆ curve_to_mesh()

◆ grease_pencil_to_mesh()

◆ node_declare()

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

Definition at line 21 of file node_geo_curve_to_mesh.cc.

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

Referenced by node_register().

◆ node_geo_exec()

◆ node_register()