Animate attributes of a transform node.
- Command Input:
f(Time), f(PosX), f(PosY), f(PosZ)
- Command Output:
v
- Command Description:
- Add a position key to the position key array.
- Command Input:
f(Time), f(EulerX), f(EulerY), f(EulerZ)
- Command Output:
v
- Command Description:
- Add a euler angle key to the position key array.
- Command Input:
f(Time), f(ScaleX), f(ScaleY), f(ScaleZ)
- Command Output:
v
- Command Description:
- Add a scale key to the position key array.
- Command Input:
f(Time), f(QuatX), f(QuatY), f(QuatZ), f(QuatW)
- Command Output:
v
- Command Description:
- Add a quaternion key to the rotation key array. Warning! DON'T mix quaternions and eulers!
- Command Input:
v
- Command Output:
i(NumPosKeys)
- Command Description:
- Return number of position keys.
- Command Input:
v
- Command Output:
i(NumEulerKeys)
- Command Description:
- Return number of euler keys.
- Command Input:
v
- Command Output:
i(NumScaleKeys)
- Command Description:
- Return number of scale keys.
- Command Input:
v
- Command Output:
i(NumQuatKeys)
- Command Description:
- Return number of quaternion keys.
- Command Input:
i(Index)
- Command Output:
f(Time), f(PosX), f(PosY), f(PosZ)
- Command Description:
- Get position key attributes at given index.
- Command Input:
i(Index)
- Command Output:
f(Time), f(EulerX), f(EulerY), f(EulerZ)
- Command Description:
- Get euler key attributes at given index.
- Command Input:
i(Index)
- Command Output:
f(Time), f(ScaleX), f(ScaleY), f(ScaleZ)
- Command Description:
- Get scale key attributes at given index.
- Command Input:
i(Index)
- Command Output:
f(Time), f(QuatX), f(QuatY), f(QuatZ), f(QuatW)
- Command Description:
- Get quaternion key attributes at given index.