Go to the source code of this file.
|
| static void | blender::nodes::node_geo_set_curve_normal_cc::node_declare (NodeDeclarationBuilder &b) |
| |
| static void | blender::nodes::node_geo_set_curve_normal_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| |
| static void | blender::nodes::node_geo_set_curve_normal_cc::node_init (bNodeTree *, bNode *node) |
| |
| 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 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 void | blender::nodes::node_geo_set_curve_normal_cc::node_geo_exec (GeoNodeExecParams params) |
| |
| static void | blender::nodes::node_geo_set_curve_normal_cc::node_rna (StructRNA *srna) |
| |
| static void | blender::nodes::node_geo_set_curve_normal_cc::node_register () |
| |