-
Notifications
You must be signed in to change notification settings - Fork 37
Maya
Alexander Richter edited this page Nov 22, 2024
·
4 revisions
PATH: software/maya/userSetup.py
userSetup.py sets up Maya during its start: adds menu, shelves, ...
DATA: config/projects/default/maya.yml - ['SETUP']/['RENDERSETTINGS']
PATH: software/maya/shelf
[Example]
All shelves placed in this folder will be loaded for all pipeline user.
TIP: 'READ-ONLY' avoids unwanted shelf overwrites (after closing Maya).
custom shelf path: data/project/default/dcc/maya.yml - ['SHELF']
# ADD a GEO shelf with one shelf button
SHELF:
GEO:
- cool_script: l='Some script', command='print("nothing")', dcc='', image='shelf_default.png'
The header HEADER and FOOTER buttons will be loaded on ALL shelves.
scripts
scripts/plugins
- arUtil
- arDesktop
- arSave/arLoad
- arNotice
- arConfig
in development
- arSmartLoader
- arQualityChecker