Go to: Synopsis. Return value. Keywords. Flags. MEL examples.
rotationInterpolation [-convert string]
rotationInterpolation is undoable, queryable, and NOT editable.
The rotationInterpolation command converts the rotation curves to the desired rotation interpolation representation. For example, an Euler-angled representation can be converted to Quaternion.None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-convert(-c)
|
string
|
|||
|
Flag can appear in Create mode of command | Flag can appear in Edit mode of command |
Flag can appear in Query mode of command | Flag can be used more than once in a command. |
// Converts "nurbsCone1_rotateX" and its sibling curves to quaternion tangent dependent format. rotationInterpolation -convert quaternion nurbsCone1_rotateX;