mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
15 lines
351 B
TOML
15 lines
351 B
TOML
application_dir = "maya"
|
|
default_dirs = [
|
|
"renders"
|
|
]
|
|
label = "Autodesk Maya"
|
|
label_variant = "2019"
|
|
ftrack_label = "Maya"
|
|
schema = "avalon-core:application-1.0"
|
|
executable = "maya2019"
|
|
description = ""
|
|
icon = "app_icons/maya.png"
|
|
ftrack_icon = '{}/app_icons/maya.png'
|
|
|
|
[copy]
|
|
"{PYPE_MODULE_ROOT}/pype/resources/maya/workspace.mel" = "workspace.mel"
|