|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | rotate_instances (GeoNodeExecParams ¶ms, bke::Instances &instances) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 15 of file node_geo_rotate_instances.cc.
References b, blender::nodes::SocketDeclaration::hide_value, and PROP_TRANSLATION.
Referenced by node_register().
|
static |
Definition at line 83 of file node_geo_rotate_instances.cc.
References blender::bke::GeometrySet::get_instances_for_write(), params, and rotate_instances().
Referenced by node_register().
|
static |
Definition at line 92 of file node_geo_rotate_instances.cc.
References blender::bke::bNodeType::declare, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), and blender::bke::node_register_type().
|
static |
Definition at line 25 of file node_geo_rotate_instances.cc.
References normalize(), params, blender::fn::FieldEvaluator::set_selection(), blender::math::to_euler(), transform_point(), blender::math::EulerBase< T >::x(), blender::math::EulerBase< T >::y(), and blender::math::EulerBase< T >::z().
Referenced by node_geo_exec().