Installing Quick Custom Grid¶
Step 1 - Setting up¶
-
1.Unzip the
Quick_Custom_Grid.zipfile.2.Copy paste the
quick_custom_grid.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 quick_custom_grid import OpenImportDialog OpenImportDialog.show_dialog()
Click the button below to learn how to create hotkeys and shelf buttons.

