Installing Rename Tool¶
Step 1 - Setting up¶
-
1.Unzip the
Rename_Tool.zipfile.2.Copy paste the
Rename_Tool.pyin your\Documents\Maya\Scriptsfolder.3.Open
Maya.
Step 2 - Activating¶
-
Copy the 2 python lines below on a shelf or bind these to a hotkey to load the tool.
1 2
from batch_Exporter import OpenImportDialog OpenImportDialog.show_dialog()
Click the button below to learn how to create hotkeys and shelf buttons.

