Transform Node Attributes
Level: Beginner | Version 1.0 | Date: 30-March-2022 | By - Siddarth Mehra
Last updated
Was this helpful?
Level: Beginner | Version 1.0 | Date: 30-March-2022 | By - Siddarth Mehra
Last updated
Was this helpful?
translateX (tx) - distance(double)
translateY (ty) - distance(double)
translateZ (tz) - distance(double)
Translation can be seen in channelBox and can be queried by -
rotateX(rx) - angle(double)
rotateY (ry) - angle(double)
rotateZ (rz) - angle(double)
Rotation can be seen in channelBox and can be queried by -
scaleX(sx) - double
scaleY (sy) - double
scaleZ (sz) - double
Scale can be seen in channelBox and can be queried by -
shearXY(shxy) - double
shearXZ(shxz) - double
shearYZ(shyz) - double
Shear can be seen in AttributeEditor and can be queried by -
RotateOrder can be seen in AttributeEditor and can be queried by -
rotateAxisX(rax) - angle(double)
rotateAxisY(ray) - angle(double)
rotateAxisZ(raz) - angle(double)
rotateAxis can be seen in AttributeEditor and can be queried by -