mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
17 lines
291 B
TOML
17 lines
291 B
TOML
application_dir = "maya"
|
|
default_dirs = [
|
|
"scenes",
|
|
"data",
|
|
"renderData/shaders",
|
|
"images"
|
|
]
|
|
label = "Autodesk Maya 2020x64"
|
|
schema = "avalon-core:application-1.0"
|
|
executable = "mayabatch2020"
|
|
description = ""
|
|
|
|
[environment]
|
|
PYTHONPATH = [
|
|
"{AVALON_CORE}/setup/maya",
|
|
"{PYTHONPATH}"
|
|
]
|