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

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_init (bNodeTree *, bNode *node)
 
static void set_curve_normal (bke::CurvesGeometry &curves, const NormalMode mode, const fn::FieldContext &curve_context, const fn::FieldContext &point_context, const Field< bool > &selection_field, const Field< float3 > &custom_normal)
 
static void set_grease_pencil_normal (GreasePencil &grease_pencil, const NormalMode mode, const Field< bool > &selection_field, const Field< float3 > &custom_normal)
 
static void node_geo_exec (GeoNodeExecParams params)
 
static void node_rna (StructRNA *srna)
 
static void node_register ()
 

Function Documentation

◆ node_declare()

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

◆ node_geo_exec()

◆ node_init()

static void blender::nodes::node_geo_set_curve_normal_cc::node_init ( bNodeTree * ,
bNode * node )
static

Definition at line 42 of file node_geo_set_curve_normal.cc.

References NORMAL_MODE_MINIMUM_TWIST.

Referenced by node_register().

◆ node_layout()

static void blender::nodes::node_geo_set_curve_normal_cc::node_layout ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 37 of file node_geo_set_curve_normal.cc.

References ptr, UI_ITEM_NONE, and uiItemR().

Referenced by node_register().

◆ node_register()

◆ node_rna()

static void blender::nodes::node_geo_set_curve_normal_cc::node_rna ( StructRNA * srna)
static

◆ set_curve_normal()

static void blender::nodes::node_geo_set_curve_normal_cc::set_curve_normal ( bke::CurvesGeometry & curves,
const NormalMode mode,
const fn::FieldContext & curve_context,
const fn::FieldContext & point_context,
const Field< bool > & selection_field,
const Field< float3 > & custom_normal )
static

◆ set_grease_pencil_normal()

static void blender::nodes::node_geo_set_curve_normal_cc::set_grease_pencil_normal ( GreasePencil & grease_pencil,
const NormalMode mode,
const Field< bool > & selection_field,
const Field< float3 > & custom_normal )
static