Installing Mirror Tool¶
Step 1 - Setting up¶
-
1.Unzip the
Mirror_Tool_XXXX.zipfile.2.Copy-paste the
Mirror_Toolfolder in your\Documents\Maya\20XX\prefs\iconsfolder (This is where the image files will be stored).3.Copy-paste the
mirror_Tool.pyfile in your\Documents\Maya\Scriptsfolder.4.Open
Maya.
Step 2 - Activating¶
-
Copy the 2 python lines below to a shelf or bind these to a hotkey to load the tool.
1 2
from mirror_Tool import OpenImportDialog OpenImportDialog.show_dialog()
Click the button below to learn how to create hotkeys and shelf buttons.
