GS Toolbox installation 1. Copy gs_toolbox folder to {PathToDocuments}\Documents\Maya\{MayaVersion}\scripts\ Example of the final folder structure: Documents\Maya\2019\scripts\gs_toolbox\icons Documents\Maya\2019\scripts\gs_toolbox\presets Documents\Maya\2019\scripts\gs_toolbox\gs_shaderball.obj Documents\Maya\2019\scripts\gs_toolbox\gs_toolbox_doc.pdf Documents\Maya\2019\scripts\gs_toolbox\gs_toolbox_init.mel Documents\Maya\2019\scripts\gs_toolbox\gs_toolbox_proc.mel Documents\Maya\2019\scripts\gs_toolbox\gs_toolbox_reset.mel Documents\Maya\2019\scripts\gs_toolbox\gs_toolbox_startup.mel Documents\Maya\2019\scripts\gs_toolbox\gs_toolbox_stop.mel Documents\Maya\2019\scripts\gs_toolbox\main.mel Documents\Maya\2019\scripts\gs_toolbox\readme.txt 2. Run Maya 3. In "Python" command line, run this command: import gs_toolbox.init as tb_init;from imp import reload;reload(tb_init);tb_init.Init(); 4. Look for GS tab on your Shelf 5. Click TB UI button to run the menu. Click again to hide the menu. >> To reset to factory defaults click TB with refresh arrow button. >> To stop all scripts and close the menu press TB DEL button. >> You can use middle-mouse button drag to move the buttons to any tab. >> All the hotkeys are available in Hotkey Editor > Custom Scripts > GS > GS_Toolbox