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

Functions

static void node_declare (NodeDeclarationBuilder &b)
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_register ()

Function Documentation

◆ node_declare()

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

◆ node_geo_exec()

◆ node_register()

◆ set_curve_normal()

◆ set_grease_pencil_normal()

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