Aller au contenu principal

Maya

Repository


Startup

Every feature are added at startup.

The Maya userSetup.py script is in the startup folder. It imports and calls multiple scripts localized in the same root.

  • startup
    • create_shelf.py
    • custom_save.py
    • load_plugins.py
    • userSetup.py

If you need to add a new script at startup, add it to the startup folder and import it in userSetup.py. Silex uses REZ environnement manager, and execute the scripts in the startup folder instead of the one localized in the Maya installation folder.

Startup scripts

  1. create_shelf.py : Creates and populate the Silex shelf.
  2. custom_save.py : Add shortcuts for saving. (Calls silex actions instead of Maya save)
  3. load_plugins.py : Load necessary plugins.