|
Blender V5.0
|
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 () |
|
static |
Definition at line 14 of file node_geo_set_curve_tilt.cc.
References b, blender::nodes::SocketDeclaration::hide_value, and PROP_ANGLE.
Referenced by node_register().
|
static |
Definition at line 57 of file node_geo_set_curve_tilt.cc.
References blender::geometry::foreach_real_geometry(), blender::bke::GeometrySet::get_curves_for_write(), blender::bke::GeometrySet::get_grease_pencil_for_write(), params, blender::bke::Point, set_curve_tilt(), and set_grease_pencil_tilt().
Referenced by node_register().
|
static |
Definition at line 77 of file node_geo_set_curve_tilt.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_SET_CURVE_TILT, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 26 of file node_geo_set_curve_tilt.cc.
References blender::bke::CurvesGeometry::attributes_for_write(), blender::bke::Point, and blender::bke::try_capture_field_on_geometry().
Referenced by node_geo_exec(), and set_grease_pencil_tilt().
|
static |
Definition at line 39 of file node_geo_set_curve_tilt.cc.
References blender::bke::Point, set_curve_tilt(), and blender::bke::greasepencil::Drawing::strokes_for_write().
Referenced by node_geo_exec().