|
Blender V4.3
|
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 () |
|
static |
Definition at line 19 of file node_geo_set_curve_normal.cc.
References b, blender::bke::GeometryComponent::Curve, blender::bke::GeometryComponent::GreasePencil, blender::nodes::SocketDeclaration::hide_value, NORMAL_MODE_FREE, and PROP_XYZ.
Referenced by node_register().
|
static |
Definition at line 95 of file node_geo_set_curve_normal.cc.
References blender::bke::GeometrySet::get_curves_for_write(), blender::bke::GeometrySet::get_grease_pencil_for_write(), blender::bke::GeometrySet::modify_geometry_sets(), NORMAL_MODE_FREE, params, set_curve_normal(), and set_grease_pencil_normal().
Referenced by node_register().
|
static |
Definition at line 42 of file node_geo_set_curve_normal.cc.
References NORMAL_MODE_MINIMUM_TWIST.
Referenced by node_register().
|
static |
Definition at line 37 of file node_geo_set_curve_normal.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 134 of file node_geo_set_curve_normal.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
|
static |
Definition at line 124 of file node_geo_set_curve_normal.cc.
References NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), and rna_enum_curve_normal_mode_items.
Referenced by node_register().
|
static |
Definition at line 47 of file node_geo_set_curve_normal.cc.
References blender::fn::make_constant_field(), NORMAL_MODE_FREE, and blender::bke::try_capture_field_on_geometry().
Referenced by node_geo_exec(), and set_grease_pencil_normal().
|
static |
Definition at line 74 of file node_geo_set_curve_normal.cc.
References set_curve_normal(), and blender::bke::greasepencil::Drawing::strokes_for_write().
Referenced by node_geo_exec().