mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Add maya 2023 to defaults
This commit is contained in:
parent
6156553486
commit
e7e6bf142f
1 changed files with 20 additions and 3 deletions
|
|
@ -12,6 +12,26 @@
|
|||
"LC_ALL": "C"
|
||||
},
|
||||
"variants": {
|
||||
"2023": {
|
||||
"use_python_2": false,
|
||||
"executables": {
|
||||
"windows": [
|
||||
"C:\\Program Files\\Autodesk\\Maya2023\\bin\\maya.exe"
|
||||
],
|
||||
"darwin": [],
|
||||
"linux": [
|
||||
"/usr/autodesk/maya2023/bin/maya"
|
||||
]
|
||||
},
|
||||
"arguments": {
|
||||
"windows": [],
|
||||
"darwin": [],
|
||||
"linux": []
|
||||
},
|
||||
"environment": {
|
||||
"MAYA_VERSION": "2023"
|
||||
}
|
||||
},
|
||||
"2022": {
|
||||
"use_python_2": false,
|
||||
"executables": {
|
||||
|
|
@ -91,9 +111,6 @@
|
|||
"environment": {
|
||||
"MAYA_VERSION": "2018"
|
||||
}
|
||||
},
|
||||
"__dynamic_keys_labels__": {
|
||||
"2022": "2022"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue