Skip to content

Commit

Permalink
Merge branch 'develop' into enhancement/better-statics-path
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT authored Jul 30, 2024
2 parents 6d8e6ca + 0e4c7d0 commit 9912a33
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions server/applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,55 +89,6 @@
}
]
},
"mayapy": {
"enabled": true,
"label": "Maya",
"icon": "{}/app_icons/maya.png",
"host_name": "maya",
"environment": "{\n \"MAYA_DISABLE_CLIC_IPM\": \"Yes\",\n \"MAYA_DISABLE_CIP\": \"Yes\",\n \"MAYA_DISABLE_CER\": \"Yes\",\n \"PYMEL_SKIP_MEL_INIT\": \"Yes\",\n \"LC_ALL\": \"C\"\n}\n",
"variants": [
{
"name": "2024",
"label": "2024",
"executables": {
"windows": [
"C:\\Program Files\\Autodesk\\Maya2024\\bin\\mayapy.exe"
],
"darwin": [],
"linux": [
"/usr/autodesk/maya2024/bin/mayapy"
]
},
"arguments": {
"windows": [],
"darwin": [],
"linux": []
},
"environment": "{\n \"MAYA_VERSION\": \"2024\"\n}",
"use_python_2": false
},
{
"name": "2023",
"label": "2023",
"executables": {
"windows": [
"C:\\Program Files\\Autodesk\\Maya2023\\bin\\mayapy.exe"
],
"darwin": [],
"linux": [
"/usr/autodesk/maya2023/bin/mayapy"
]
},
"arguments": {
"windows": [],
"darwin": [],
"linux": []
},
"environment": "{\n \"MAYA_VERSION\": \"2023\"\n}",
"use_python_2": false
}
]
},
"adsk_3dsmax": {
"enabled": true,
"label": "3ds Max",
Expand Down

0 comments on commit 9912a33

Please sign in to comment.