Blender V4.3
node_geo_curve_subdivide.cc File Reference

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_geo_curve_subdivide_cc
 

Functions

static void blender::nodes::node_geo_curve_subdivide_cc::node_declare (NodeDeclarationBuilder &b)
 
static Curvesblender::nodes::node_geo_curve_subdivide_cc::subdivide_curves (const Curves &src_curves_id, Field< int > &cuts_field, const bke::AttributeFilter &attribute_filter)
 
static void blender::nodes::node_geo_curve_subdivide_cc::subdivide_grease_pencil_curves (GreasePencil &grease_pencil, Field< int > &cuts_field, const AttributeFilter &attribute_filter)
 
static void blender::nodes::node_geo_curve_subdivide_cc::node_geo_exec (GeoNodeExecParams params)
 
static void blender::nodes::node_geo_curve_subdivide_cc::node_register ()