ayon-core/pype/settings/defaults/environments/maya_2018.json
2020-09-30 14:39:30 +02:00

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"
}
}