Geometry Nodes: Add Rotate Euler Node

This commit introduces the Rotate Euler function node which modifies
an input euler rotation. The node replaces the "Point Rotate" node.

Addresses T91375.

Differential Revision: https://developer.blender.org/D12531
This commit is contained in:
Jarrett Johnson
2021-10-02 20:04:45 -05:00
committed by Hans Goudey
parent 34cf33eb12
commit c5c94e3eae
9 changed files with 200 additions and 1 deletions

View File

@@ -5824,6 +5824,7 @@ static void registerFunctionNodes()
register_node_type_fn_input_string();
register_node_type_fn_input_vector();
register_node_type_fn_random_value();
register_node_type_fn_rotate_euler();
register_node_type_fn_string_length();
register_node_type_fn_string_substring();
register_node_type_fn_value_to_string();