Convert Rotation Order
Download ml_convertRotationOrder.py
Revision | 5 |
---|---|
Last Update | 2018-02-17 |
License | MIT |
Description
Change the rotation order of an object while preserving animation. When you want to change the rotation order of a control after you’ve already animated, or don’t want to alter the pose of an object.
Installation
Copy this file into your maya scripts directory, for example:
C:/Documents and Settings/user/My Documents/maya/scripts/ml_convertRotationOrder.py
Run the tool in a python shell or shelf button by importing the module, and then calling the primary function:
import ml_convertRotationOrder
ml_convertRotationOrder.ui()
Usage
Run the UI. Select the objects with rotation orders you want to change, and press the button for the desired rotation order.
Requirements
This script requires the ml_utilities module, which can be downloaded here: https://raw.githubusercontent.com/morganloomis/ml_tools/master/ml_utilities.py
Installation
Copy this file into your maya scripts directory, for example: C:/Documents and Settings/user/My Documents/maya/scripts/ml_convertRotationOrder.py Run the tool in a python shell or shelf button by importing the module, and then calling the primary function: import ml_convertRotationOrder ml_convertRotationOrder.ui()
Revision History
Revision | Date | Note |
---|---|---|
1 | 2011-10-08 | First publish. |
2 | 2012-03-12 | Updated to work with non-keyed objects, added the tips button. |
3 | 2012-08-04 | Fixing bug with potential duplicate temp name. |
4 | 2014-03-01 | adding category |
5 | 2018-02-17 | Updating license to MIT. |