Skip to content
Alexander Richter edited this page Nov 22, 2024 · 2 revisions

[config]

pipeline.yml - Settings and paths for the pipeline

[config/projects/$project]

  • 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)

[config/users/$user]

  • $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

config commands

!join

Combines yml variables with strings.

# CREATE variable
&PROJECT D:/Dropbox/project_name

# USE variable  
!join [*PROJECT, /00_user]    
Clone this wiki locally