User customizable palette of scripts
1. Download this package and unzip it in a good location 1.B (or git clone it directly if you have git installed) 2. Run installer.bat (will walk you through some options for install) 3. Restart Maya (or run start_standalone.bat)
- Run this script in a python tab in maya
import script_panel script_panel.main()
If you want to reload the code when developing, you can execute
script_panel.main(reload=True)