mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
11 lines
311 B
JSON
11 lines
311 B
JSON
{
|
|
"MAYA_VERSION": "2018",
|
|
"MAYA_LOCATION": {
|
|
"darwin": "/Applications/Autodesk/maya{MAYA_VERSION}/Maya.app/Contents",
|
|
"linux": "/usr/autodesk/maya{MAYA_VERSION}",
|
|
"windows": "C:/Program Files/Autodesk/Maya{MAYA_VERSION}"
|
|
},
|
|
"DYLD_LIBRARY_PATH": {
|
|
"darwin": "{MAYA_LOCATION}/MacOS"
|
|
}
|
|
}
|