TransformEdit
The TransformEdit node allows you to make changes to the transform attributes of a scene graph location.
Connection Type |
Connection Name |
Function |
Input |
in |
The place in the node graph where you want to transform the attributes of the specific scene graph location. |
Control (UI) |
Default Value |
Function |
path |
/root/world/geo |
Sets the path to a scene graph location. The path parameter options are available by clicking the dropdown menu. For more information, refer to the Scene Graph Location Widget Type in Common Parameter Widgets. |
action |
replace global transform |
Determines the node's behavior: • override interactive transform - overrides the values set in the scene graph location. • append new transform - adds values to the existing values set in the scene graph location. • replace global transform - replaces the global transform attributes relative to the origin of the world. |
rotationOrder |
XYZ |
Sets the order in which the rotation is applied: XYZ, XZY, YXZ, YZX, ZXY, ZYX. |
When action: append new transform |
||
stackOrder |
First |
In Katana the local transform at any location is created using a stack of transforms. The stackOrder parameter specifies whether the new transform is appended at the first or last position in this stack. |