Blender V4.3
blender::nodes::node_geo_set_spline_resolution_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void set_curve_resolution (bke::CurvesGeometry &curves, const fn::FieldContext &field_context, const Field< bool > &selection, const Field< int > &resolution)
 
static void set_grease_pencil_resolution (GreasePencil &grease_pencil, const Field< bool > &selection, const Field< int > &resolution)
 
static void node_geo_exec (GeoNodeExecParams params)
 
static void node_register ()
 

Function Documentation

◆ node_declare()

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

◆ node_geo_exec()

◆ node_register()

static void blender::nodes::node_geo_set_spline_resolution_cc::node_register ( )
static

◆ set_curve_resolution()

static void blender::nodes::node_geo_set_spline_resolution_cc::set_curve_resolution ( bke::CurvesGeometry & curves,
const fn::FieldContext & field_context,
const Field< bool > & selection,
const Field< int > & resolution )
static

◆ set_grease_pencil_resolution()

static void blender::nodes::node_geo_set_spline_resolution_cc::set_grease_pencil_resolution ( GreasePencil & grease_pencil,
const Field< bool > & selection,
const Field< int > & resolution )
static