Description:
This tool works with every rig and lets you
-Mirror controllers from one side to the opposide.
-Flip the pose.
-Flip the pose to a another frame.
-Flip only middle controllers
-Mirror only selected controllers
-Mirror only not selected controllers
Install:
1. Place the digetMirrorControl.py in the maya scripts folder. Path below can be copied
%USERPROFILE%/Documents/maya/scripts
2. In the python script editor paste the folowing code
from digetMirrorControl import DigetMirrorControl
DigetMirrorControl.show_dialog()
3. Create button on shelf by right clicking in script editor and select "Save Script to Shelf"
Usage:
1. Select what the mirror axis direction is in the "mirror axis" dropdown menu.
2. Select what direction you wish to mirror in the "direction" dropdown menu.
By default it works with
-upper case L and R
-lower case l and r
-Lf and Rt
If your naming convention is one of the default then skip to step 4
3. Write your naming convention for the left side in the "left naming convention" textbox, and your right naming convention in the "right naming convention" textbox.
4. Click the "Mirror" button
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.