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

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void set_curve_tilt (bke::CurvesGeometry &curves, const fn::FieldContext &field_context, const Field< bool > &selection, const Field< float > &tilt)
 
static void set_grease_pencil_tilt (GreasePencil &grease_pencil, const Field< bool > &selection, const Field< float > &tilt)
 
static void node_geo_exec (GeoNodeExecParams params)
 
static void node_register ()
 

Function Documentation

◆ node_declare()

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

◆ node_geo_exec()

◆ node_register()

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

◆ set_curve_tilt()

static void blender::nodes::node_geo_set_curve_tilt_cc::set_curve_tilt ( bke::CurvesGeometry & curves,
const fn::FieldContext & field_context,
const Field< bool > & selection,
const Field< float > & tilt )
static

◆ set_grease_pencil_tilt()

static void blender::nodes::node_geo_set_curve_tilt_cc::set_grease_pencil_tilt ( GreasePencil & grease_pencil,
const Field< bool > & selection,
const Field< float > & tilt )
static