-
Notifications
You must be signed in to change notification settings - Fork 37
yaml
Alexander Richter edited this page Nov 22, 2024
·
2 revisions
pipeline.yml - Settings and paths for the pipeline
- project.yml - Settings and paths for the project (rigging, lighting, ...)
- scripts.yml - Settings and paths for the scripts (arSave, arLoad, ...)
- notice.yml - Popup messages for information, warning and errors
- dcc/maya.yml - Settings & paths for the software (menu, shelf, open, save)
- $user.yml - User settings
- $user.stats - User statistics
- user.log - User logging's for debugging
# Guideline
# UPPERCASE: for dictionary
MAYA:
path: C:/Program Files/Autodesk/Maya2024/maya.exe
version: 2024
# lowercase: For lists or ones
resolution:
- 2048
- 872
Combines yml variables with strings.
# CREATE variable
&PROJECT D:/Dropbox/project_name
# USE variable
!join [*PROJECT, /00_user]
scripts
scripts/plugins
- arUtil
- arDesktop
- arSave/arLoad
- arNotice
- arConfig
in development
- arSmartLoader
- arQualityChecker