mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #5983 from ynput/enhancement/default_settings_update
This commit is contained in:
commit
d0967dd941
9 changed files with 342 additions and 300 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
"windows": [
|
"windows": [
|
||||||
"C:\\Program Files\\Autodesk\\Maya2024\\bin\\maya.exe"
|
"C:\\Program Files\\Autodesk\\Maya2024\\bin\\maya.exe"
|
||||||
],
|
],
|
||||||
"darwin": [],
|
"darwin": ["/Applications/Autodesk/maya2024/Maya.app"],
|
||||||
"linux": [
|
"linux": [
|
||||||
"/usr/autodesk/maya2024/bin/maya"
|
"/usr/autodesk/maya2024/bin/maya"
|
||||||
]
|
]
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
"windows": [
|
"windows": [
|
||||||
"C:\\Program Files\\Autodesk\\Maya2023\\bin\\maya.exe"
|
"C:\\Program Files\\Autodesk\\Maya2023\\bin\\maya.exe"
|
||||||
],
|
],
|
||||||
"darwin": [],
|
"darwin": ["/Applications/Autodesk/maya2023/Maya.app"],
|
||||||
"linux": [
|
"linux": [
|
||||||
"/usr/autodesk/maya2023/bin/maya"
|
"/usr/autodesk/maya2023/bin/maya"
|
||||||
]
|
]
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
"windows": [
|
"windows": [
|
||||||
"C:\\Program Files\\Autodesk\\Maya2022\\bin\\maya.exe"
|
"C:\\Program Files\\Autodesk\\Maya2022\\bin\\maya.exe"
|
||||||
],
|
],
|
||||||
"darwin": [],
|
"darwin": ["/Applications/Autodesk/maya2022/Maya.app"],
|
||||||
"linux": [
|
"linux": [
|
||||||
"/usr/autodesk/maya2022/bin/maya"
|
"/usr/autodesk/maya2022/bin/maya"
|
||||||
]
|
]
|
||||||
|
|
@ -125,6 +125,23 @@
|
||||||
"host_name": "max",
|
"host_name": "max",
|
||||||
"environment": "{\n \"ADSK_3DSMAX_STARTUPSCRIPTS_ADDON_DIR\": \"{OPENPYPE_ROOT}/openpype/hosts/max/startup\"\n}",
|
"environment": "{\n \"ADSK_3DSMAX_STARTUPSCRIPTS_ADDON_DIR\": \"{OPENPYPE_ROOT}/openpype/hosts/max/startup\"\n}",
|
||||||
"variants": [
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "2024",
|
||||||
|
"use_python_2": false,
|
||||||
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"C:\\Program Files\\Autodesk\\3ds Max 2024\\3dsmax.exe"
|
||||||
|
],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"arguments": {
|
||||||
|
"windows": [],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"environment": "{\n \"3DSMAX_VERSION\": \"2024\"\n}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "2023",
|
"name": "2023",
|
||||||
"use_python_2": false,
|
"use_python_2": false,
|
||||||
|
|
@ -200,18 +217,40 @@
|
||||||
"host_name": "nuke",
|
"host_name": "nuke",
|
||||||
"environment": "{\n \"NUKE_PATH\": [\n \"{NUKE_PATH}\",\n \"{OPENPYPE_STUDIO_PLUGINS}/nuke\"\n ]\n}",
|
"environment": "{\n \"NUKE_PATH\": [\n \"{NUKE_PATH}\",\n \"{OPENPYPE_STUDIO_PLUGINS}/nuke\"\n ]\n}",
|
||||||
"variants": [
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "15-0",
|
||||||
|
"label": "15.0",
|
||||||
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"C:\\Program Files\\Nuke15.0v2\\Nuke15.0.exe"
|
||||||
|
],
|
||||||
|
"darwin": [
|
||||||
|
"/Applications/Nuke15.0v2/Nuke15.0v2.app"
|
||||||
|
],
|
||||||
|
"linux": [
|
||||||
|
"/usr/local/Nuke5.0v2/Nuke15.0"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"arguments": {
|
||||||
|
"windows": [],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"environment": "{}",
|
||||||
|
"use_python_2": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "14-0",
|
"name": "14-0",
|
||||||
"label": "14.0",
|
"label": "14.0",
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": [
|
"windows": [
|
||||||
"C:\\Program Files\\Nuke14.0v4\\Nuke14.0.exe"
|
"C:\\Program Files\\Nuke14.0v5\\Nuke14.0.exe"
|
||||||
],
|
],
|
||||||
"darwin": [
|
"darwin": [
|
||||||
"/Applications/Nuke14.0v4/Nuke14.0v4.app"
|
"/Applications/Nuke14.0v5/Nuke14.0v5.app"
|
||||||
],
|
],
|
||||||
"linux": [
|
"linux": [
|
||||||
"/usr/local/Nuke14.0v4/Nuke14.0"
|
"/usr/local/Nuke14.0v5/Nuke14.0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"arguments": {
|
"arguments": {
|
||||||
|
|
@ -243,28 +282,6 @@
|
||||||
},
|
},
|
||||||
"environment": "{}",
|
"environment": "{}",
|
||||||
"use_python_2": false
|
"use_python_2": false
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "13-0",
|
|
||||||
"label": "13.0",
|
|
||||||
"use_python_2": false,
|
|
||||||
"executables": {
|
|
||||||
"windows": [
|
|
||||||
"C:\\Program Files\\Nuke13.0v1\\Nuke13.0.exe"
|
|
||||||
],
|
|
||||||
"darwin": [
|
|
||||||
"/Applications/Nuke13.0v1/Nuke13.0v1.app"
|
|
||||||
],
|
|
||||||
"linux": [
|
|
||||||
"/usr/local/Nuke13.0v1/Nuke13.0"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"arguments": {
|
|
||||||
"windows": [],
|
|
||||||
"darwin": [],
|
|
||||||
"linux": []
|
|
||||||
},
|
|
||||||
"environment": "{}"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -275,28 +292,46 @@
|
||||||
"host_name": "nuke",
|
"host_name": "nuke",
|
||||||
"environment": "{\n \"NUKE_PATH\": [\n \"{NUKE_PATH}\",\n \"{OPENPYPE_STUDIO_PLUGINS}/nuke\"\n ]\n}",
|
"environment": "{\n \"NUKE_PATH\": [\n \"{NUKE_PATH}\",\n \"{OPENPYPE_STUDIO_PLUGINS}/nuke\"\n ]\n}",
|
||||||
"variants": [
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "15-0",
|
||||||
|
"label": "15.0",
|
||||||
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"C:\\Program Files\\Nuke15.0v2\\Nuke15.0.exe"
|
||||||
|
],
|
||||||
|
"darwin": [
|
||||||
|
"/Applications/Nuke15.0v2/NukeAssist15.0v2.app"
|
||||||
|
],
|
||||||
|
"linux": [
|
||||||
|
"/usr/local/Nuke5.0v2/Nuke15.0"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"arguments": {
|
||||||
|
"windows": [],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"environment": "{}",
|
||||||
|
"use_python_2": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "14-0",
|
"name": "14-0",
|
||||||
"label": "14.0",
|
"label": "14.0",
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": [
|
"windows": [
|
||||||
"C:\\Program Files\\Nuke14.0v4\\Nuke14.0.exe"
|
"C:\\Program Files\\Nuke14.0v5\\Nuke14.0.exe"
|
||||||
],
|
],
|
||||||
"darwin": [
|
"darwin": [
|
||||||
"/Applications/Nuke14.0v4/NukeAssist14.0v4.app"
|
"/Applications/Nuke14.0v5/NukeAssist14.0v5.app"
|
||||||
],
|
],
|
||||||
"linux": [
|
"linux": [
|
||||||
"/usr/local/Nuke14.0v4/Nuke14.0"
|
"/usr/local/Nuke14.0v5/Nuke14.0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"windows": [
|
"windows": [],
|
||||||
"--nukeassist"
|
|
||||||
],
|
|
||||||
"darwin": [],
|
"darwin": [],
|
||||||
"linux": [
|
"linux": []
|
||||||
"--nukeassist"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"environment": "{}",
|
"environment": "{}",
|
||||||
"use_python_2": false
|
"use_python_2": false
|
||||||
|
|
@ -316,42 +351,12 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"windows": [
|
"windows": [],
|
||||||
"--nukeassist"
|
|
||||||
],
|
|
||||||
"darwin": [],
|
"darwin": [],
|
||||||
"linux": [
|
"linux": []
|
||||||
"--nukeassist"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"environment": "{}",
|
"environment": "{}",
|
||||||
"use_python_2": false
|
"use_python_2": false
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "13-0",
|
|
||||||
"label": "13.0",
|
|
||||||
"use_python_2": false,
|
|
||||||
"executables": {
|
|
||||||
"windows": [
|
|
||||||
"C:\\Program Files\\Nuke13.0v1\\Nuke13.0.exe"
|
|
||||||
],
|
|
||||||
"darwin": [
|
|
||||||
"/Applications/Nuke13.0v1/NukeAssist13.0v1.app"
|
|
||||||
],
|
|
||||||
"linux": [
|
|
||||||
"/usr/local/Nuke13.0v1/Nuke13.0"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"arguments": {
|
|
||||||
"windows": [
|
|
||||||
"--nukeassist"
|
|
||||||
],
|
|
||||||
"darwin": [],
|
|
||||||
"linux": [
|
|
||||||
"--nukeassist"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"environment": "{}"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -362,28 +367,46 @@
|
||||||
"host_name": "nuke",
|
"host_name": "nuke",
|
||||||
"environment": "{\n \"NUKE_PATH\": [\n \"{NUKE_PATH}\",\n \"{OPENPYPE_STUDIO_PLUGINS}/nuke\"\n ]\n}",
|
"environment": "{\n \"NUKE_PATH\": [\n \"{NUKE_PATH}\",\n \"{OPENPYPE_STUDIO_PLUGINS}/nuke\"\n ]\n}",
|
||||||
"variants": [
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "15-0",
|
||||||
|
"label": "15.0",
|
||||||
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"C:\\Program Files\\Nuke15.0v2\\Nuke15.0.exe"
|
||||||
|
],
|
||||||
|
"darwin": [
|
||||||
|
"/Applications/Nuke15.0v2/NukeX15.0v2.app"
|
||||||
|
],
|
||||||
|
"linux": [
|
||||||
|
"/usr/local/Nuke5.0v2/Nuke15.0"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"arguments": {
|
||||||
|
"windows": [],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"environment": "{}",
|
||||||
|
"use_python_2": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "14-0",
|
"name": "14-0",
|
||||||
"label": "14.0",
|
"label": "14.0",
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": [
|
"windows": [
|
||||||
"C:\\Program Files\\Nuke14.0v4\\Nuke14.0.exe"
|
"C:\\Program Files\\Nuke14.0v5\\Nuke14.0.exe"
|
||||||
],
|
],
|
||||||
"darwin": [
|
"darwin": [
|
||||||
"/Applications/Nuke14.0v4/NukeX14.0v4.app"
|
"/Applications/Nuke14.0v5/NukeX14.0v5.app"
|
||||||
],
|
],
|
||||||
"linux": [
|
"linux": [
|
||||||
"/usr/local/Nuke14.0v4/Nuke14.0"
|
"/usr/local/Nuke14.0v5/Nuke14.0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"windows": [
|
"windows": [],
|
||||||
"--nukex"
|
|
||||||
],
|
|
||||||
"darwin": [],
|
"darwin": [],
|
||||||
"linux": [
|
"linux": []
|
||||||
"--nukex"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"environment": "{}",
|
"environment": "{}",
|
||||||
"use_python_2": false
|
"use_python_2": false
|
||||||
|
|
@ -403,42 +426,12 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"windows": [
|
"windows": [],
|
||||||
"--nukex"
|
|
||||||
],
|
|
||||||
"darwin": [],
|
"darwin": [],
|
||||||
"linux": [
|
"linux": []
|
||||||
"--nukex"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"environment": "{}",
|
"environment": "{}",
|
||||||
"use_python_2": false
|
"use_python_2": false
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "13-0",
|
|
||||||
"label": "13.0",
|
|
||||||
"use_python_2": false,
|
|
||||||
"executables": {
|
|
||||||
"windows": [
|
|
||||||
"C:\\Program Files\\Nuke13.0v1\\Nuke13.0.exe"
|
|
||||||
],
|
|
||||||
"darwin": [
|
|
||||||
"/Applications/Nuke13.0v1/NukeX13.0v1.app"
|
|
||||||
],
|
|
||||||
"linux": [
|
|
||||||
"/usr/local/Nuke13.0v1/Nuke13.0"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"arguments": {
|
|
||||||
"windows": [
|
|
||||||
"--nukex"
|
|
||||||
],
|
|
||||||
"darwin": [],
|
|
||||||
"linux": [
|
|
||||||
"--nukex"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"environment": "{}"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -449,28 +442,46 @@
|
||||||
"host_name": "hiero",
|
"host_name": "hiero",
|
||||||
"environment": "{\n \"WORKFILES_STARTUP\": \"0\",\n \"TAG_ASSETBUILD_STARTUP\": \"0\"\n}",
|
"environment": "{\n \"WORKFILES_STARTUP\": \"0\",\n \"TAG_ASSETBUILD_STARTUP\": \"0\"\n}",
|
||||||
"variants": [
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "15-0",
|
||||||
|
"label": "15.0",
|
||||||
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"C:\\Program Files\\Nuke15.0v2\\Nuke15.0.exe"
|
||||||
|
],
|
||||||
|
"darwin": [
|
||||||
|
"/Applications/Nuke15.0v2/NukeStudio15.0v2.app"
|
||||||
|
],
|
||||||
|
"linux": [
|
||||||
|
"/usr/local/Nuke5.0v2/Nuke15.0"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"arguments": {
|
||||||
|
"windows": [],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"environment": "{}",
|
||||||
|
"use_python_2": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "14-0",
|
"name": "14-0",
|
||||||
"label": "14.0",
|
"label": "14.0",
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": [
|
"windows": [
|
||||||
"C:\\Program Files\\Nuke14.0v4\\Nuke14.0.exe"
|
"C:\\Program Files\\Nuke14.0v5\\Nuke14.0.exe"
|
||||||
],
|
],
|
||||||
"darwin": [
|
"darwin": [
|
||||||
"/Applications/Nuke14.0v4/NukeStudio14.0v4.app"
|
"/Applications/Nuke14.0v5/NukeStudio14.0v5.app"
|
||||||
],
|
],
|
||||||
"linux": [
|
"linux": [
|
||||||
"/usr/local/Nuke14.0v4/Nuke14.0"
|
"/usr/local/Nuke14.0v5/Nuke14.0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"windows": [
|
"windows": [],
|
||||||
"--studio"
|
|
||||||
],
|
|
||||||
"darwin": [],
|
"darwin": [],
|
||||||
"linux": [
|
"linux": []
|
||||||
"--studio"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"environment": "{}",
|
"environment": "{}",
|
||||||
"use_python_2": false
|
"use_python_2": false
|
||||||
|
|
@ -490,42 +501,12 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"windows": [
|
"windows": [],
|
||||||
"--studio"
|
|
||||||
],
|
|
||||||
"darwin": [],
|
"darwin": [],
|
||||||
"linux": [
|
"linux": []
|
||||||
"--studio"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"environment": "{}",
|
"environment": "{}",
|
||||||
"use_python_2": false
|
"use_python_2": false
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "13-0",
|
|
||||||
"label": "13.0",
|
|
||||||
"use_python_2": false,
|
|
||||||
"executables": {
|
|
||||||
"windows": [
|
|
||||||
"C:\\Program Files\\Nuke13.0v1\\Nuke13.0.exe"
|
|
||||||
],
|
|
||||||
"darwin": [
|
|
||||||
"/Applications/Nuke13.0v1/NukeStudio13.0v1.app"
|
|
||||||
],
|
|
||||||
"linux": [
|
|
||||||
"/usr/local/Nuke13.0v1/Nuke13.0"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"arguments": {
|
|
||||||
"windows": [
|
|
||||||
"--studio"
|
|
||||||
],
|
|
||||||
"darwin": [],
|
|
||||||
"linux": [
|
|
||||||
"--studio"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"environment": "{}"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -536,28 +517,46 @@
|
||||||
"host_name": "hiero",
|
"host_name": "hiero",
|
||||||
"environment": "{\n \"WORKFILES_STARTUP\": \"0\",\n \"TAG_ASSETBUILD_STARTUP\": \"0\"\n}",
|
"environment": "{\n \"WORKFILES_STARTUP\": \"0\",\n \"TAG_ASSETBUILD_STARTUP\": \"0\"\n}",
|
||||||
"variants": [
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "15-0",
|
||||||
|
"label": "15.0",
|
||||||
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"C:\\Program Files\\Nuke15.0v2\\Nuke15.0.exe"
|
||||||
|
],
|
||||||
|
"darwin": [
|
||||||
|
"/Applications/Nuke15.0v2/Hiero15.0v2.app"
|
||||||
|
],
|
||||||
|
"linux": [
|
||||||
|
"/usr/local/Nuke5.0v2/Nuke15.0"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"arguments": {
|
||||||
|
"windows": [],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"environment": "{}",
|
||||||
|
"use_python_2": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "14-0",
|
"name": "14-0",
|
||||||
"label": "14.0",
|
"label": "14.0",
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": [
|
"windows": [
|
||||||
"C:\\Program Files\\Nuke14.0v4\\Nuke14.0.exe"
|
"C:\\Program Files\\Nuke14.0v5\\Nuke14.0.exe"
|
||||||
],
|
],
|
||||||
"darwin": [
|
"darwin": [
|
||||||
"/Applications/Nuke14.0v4/Hiero14.0v4.app"
|
"/Applications/Nuke14.0v5/Hiero14.0v5.app"
|
||||||
],
|
],
|
||||||
"linux": [
|
"linux": [
|
||||||
"/usr/local/Nuke14.0v4/Nuke14.0"
|
"/usr/local/Nuke14.0v5/Nuke14.0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"windows": [
|
"windows": [],
|
||||||
"--hiero"
|
|
||||||
],
|
|
||||||
"darwin": [],
|
"darwin": [],
|
||||||
"linux": [
|
"linux": []
|
||||||
"--hiero"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"environment": "{}",
|
"environment": "{}",
|
||||||
"use_python_2": false
|
"use_python_2": false
|
||||||
|
|
@ -577,42 +576,12 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"windows": [
|
"windows": [],
|
||||||
"--hiero"
|
|
||||||
],
|
|
||||||
"darwin": [],
|
"darwin": [],
|
||||||
"linux": [
|
"linux": []
|
||||||
"--hiero"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"environment": "{}",
|
"environment": "{}",
|
||||||
"use_python_2": false
|
"use_python_2": false
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "13-0",
|
|
||||||
"label": "13.0",
|
|
||||||
"use_python_2": false,
|
|
||||||
"executables": {
|
|
||||||
"windows": [
|
|
||||||
"C:\\Program Files\\Nuke13.0v1\\Nuke13.0.exe"
|
|
||||||
],
|
|
||||||
"darwin": [
|
|
||||||
"/Applications/Nuke13.0v1/Hiero13.0v1.app"
|
|
||||||
],
|
|
||||||
"linux": [
|
|
||||||
"/usr/local/Nuke13.0v1/Nuke13.0"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"arguments": {
|
|
||||||
"windows": [
|
|
||||||
"--hiero"
|
|
||||||
],
|
|
||||||
"darwin": [],
|
|
||||||
"linux": [
|
|
||||||
"--hiero"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"environment": "{}"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -623,6 +592,23 @@
|
||||||
"host_name": "fusion",
|
"host_name": "fusion",
|
||||||
"environment": "{\n \"FUSION_PYTHON3_HOME\": {\n \"windows\": \"{LOCALAPPDATA}/Programs/Python/Python36\",\n \"darwin\": \"~/Library/Python/3.6/bin\",\n \"linux\": \"/opt/Python/3.6/bin\"\n }\n}",
|
"environment": "{\n \"FUSION_PYTHON3_HOME\": {\n \"windows\": \"{LOCALAPPDATA}/Programs/Python/Python36\",\n \"darwin\": \"~/Library/Python/3.6/bin\",\n \"linux\": \"/opt/Python/3.6/bin\"\n }\n}",
|
||||||
"variants": [
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "18",
|
||||||
|
"label": "18",
|
||||||
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"C:\\Program Files\\Blackmagic Design\\Fusion 18\\Fusion.exe"
|
||||||
|
],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"arguments": {
|
||||||
|
"windows": [],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"environment": "{}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "17",
|
"name": "17",
|
||||||
"label": "17",
|
"label": "17",
|
||||||
|
|
@ -656,23 +642,6 @@
|
||||||
"linux": []
|
"linux": []
|
||||||
},
|
},
|
||||||
"environment": "{}"
|
"environment": "{}"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "9",
|
|
||||||
"label": "9",
|
|
||||||
"executables": {
|
|
||||||
"windows": [
|
|
||||||
"C:\\Program Files\\Blackmagic Design\\Fusion 9\\Fusion.exe"
|
|
||||||
],
|
|
||||||
"darwin": [],
|
|
||||||
"linux": []
|
|
||||||
},
|
|
||||||
"arguments": {
|
|
||||||
"windows": [],
|
|
||||||
"darwin": [],
|
|
||||||
"linux": []
|
|
||||||
},
|
|
||||||
"environment": "{}"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -710,11 +679,11 @@
|
||||||
"environment": "{}",
|
"environment": "{}",
|
||||||
"variants": [
|
"variants": [
|
||||||
{
|
{
|
||||||
"name": "18-5",
|
"name": "19-5",
|
||||||
"label": "18.5",
|
"label": "19.5",
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": [
|
"windows": [
|
||||||
"C:\\Program Files\\Side Effects Software\\Houdini 18.5.499\\bin\\houdini.exe"
|
"C:\\Program Files\\Side Effects Software\\Houdini 19.5.805\\bin\\houdini.exe"
|
||||||
],
|
],
|
||||||
"darwin": [],
|
"darwin": [],
|
||||||
"linux": []
|
"linux": []
|
||||||
|
|
@ -728,10 +697,12 @@
|
||||||
"use_python_2": true
|
"use_python_2": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "18",
|
"name": "19-0",
|
||||||
"label": "18",
|
"label": "19.0",
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": [],
|
"windows": [
|
||||||
|
"C:\\Program Files\\Side Effects Software\\Houdini 19.0.720\\bin\\houdini.exe"
|
||||||
|
],
|
||||||
"darwin": [],
|
"darwin": [],
|
||||||
"linux": []
|
"linux": []
|
||||||
},
|
},
|
||||||
|
|
@ -744,10 +715,12 @@
|
||||||
"use_python_2": true
|
"use_python_2": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "17",
|
"name": "18-5",
|
||||||
"label": "17",
|
"label": "18.5",
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": [],
|
"windows": [
|
||||||
|
"C:\\Program Files\\Side Effects Software\\Houdini 18.5.759\\bin\\houdini.exe"
|
||||||
|
],
|
||||||
"darwin": [],
|
"darwin": [],
|
||||||
"linux": []
|
"linux": []
|
||||||
},
|
},
|
||||||
|
|
@ -769,11 +742,11 @@
|
||||||
"environment": "{}",
|
"environment": "{}",
|
||||||
"variants": [
|
"variants": [
|
||||||
{
|
{
|
||||||
"name": "2-83",
|
"name": "3-6-5",
|
||||||
"label": "2.83",
|
"label": "3.6.5 LTS",
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": [
|
"windows": [
|
||||||
"C:\\Program Files\\Blender Foundation\\Blender 2.83\\blender.exe"
|
"C:\\Program Files\\Blender Foundation\\Blender 3.6\\blender.exe"
|
||||||
],
|
],
|
||||||
"darwin": [],
|
"darwin": [],
|
||||||
"linux": []
|
"linux": []
|
||||||
|
|
@ -846,6 +819,25 @@
|
||||||
"host_name": "harmony",
|
"host_name": "harmony",
|
||||||
"environment": "{\n \"AVALON_HARMONY_WORKFILES_ON_LAUNCH\": \"1\"\n}",
|
"environment": "{\n \"AVALON_HARMONY_WORKFILES_ON_LAUNCH\": \"1\"\n}",
|
||||||
"variants": [
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "22",
|
||||||
|
"label": "22",
|
||||||
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"c:\\Program Files (x86)\\Toon Boom Animation\\Toon Boom Harmony 22 Premium\\win64\\bin\\HarmonyPremium.exe"
|
||||||
|
],
|
||||||
|
"darwin": [
|
||||||
|
"/Applications/Toon Boom Harmony 22 Premium/Harmony Premium.app/Contents/MacOS/Harmony Premium"
|
||||||
|
],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"arguments": {
|
||||||
|
"windows": [],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"environment": "{}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "21",
|
"name": "21",
|
||||||
"label": "21",
|
"label": "21",
|
||||||
|
|
@ -955,40 +947,6 @@
|
||||||
"host_name": "photoshop",
|
"host_name": "photoshop",
|
||||||
"environment": "{\n \"AVALON_PHOTOSHOP_WORKFILES_ON_LAUNCH\": \"1\",\n \"WORKFILES_SAVE_AS\": \"Yes\"\n}",
|
"environment": "{\n \"AVALON_PHOTOSHOP_WORKFILES_ON_LAUNCH\": \"1\",\n \"WORKFILES_SAVE_AS\": \"Yes\"\n}",
|
||||||
"variants": [
|
"variants": [
|
||||||
{
|
|
||||||
"name": "2020",
|
|
||||||
"label": "2020",
|
|
||||||
"executables": {
|
|
||||||
"windows": [
|
|
||||||
"C:\\Program Files\\Adobe\\Adobe Photoshop 2020\\Photoshop.exe"
|
|
||||||
],
|
|
||||||
"darwin": [],
|
|
||||||
"linux": []
|
|
||||||
},
|
|
||||||
"arguments": {
|
|
||||||
"windows": [],
|
|
||||||
"darwin": [],
|
|
||||||
"linux": []
|
|
||||||
},
|
|
||||||
"environment": "{}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "2021",
|
|
||||||
"label": "2021",
|
|
||||||
"executables": {
|
|
||||||
"windows": [
|
|
||||||
"C:\\Program Files\\Adobe\\Adobe Photoshop 2021\\Photoshop.exe"
|
|
||||||
],
|
|
||||||
"darwin": [],
|
|
||||||
"linux": []
|
|
||||||
},
|
|
||||||
"arguments": {
|
|
||||||
"windows": [],
|
|
||||||
"darwin": [],
|
|
||||||
"linux": []
|
|
||||||
},
|
|
||||||
"environment": "{}"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "2022",
|
"name": "2022",
|
||||||
"label": "2022",
|
"label": "2022",
|
||||||
|
|
@ -1005,6 +963,40 @@
|
||||||
"linux": []
|
"linux": []
|
||||||
},
|
},
|
||||||
"environment": "{}"
|
"environment": "{}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "2023",
|
||||||
|
"label": "2023",
|
||||||
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"C:\\Program Files\\Adobe\\Adobe Photoshop 2023\\Photoshop.exe"
|
||||||
|
],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"arguments": {
|
||||||
|
"windows": [],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"environment": "{}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "2024",
|
||||||
|
"label": "2024",
|
||||||
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"C:\\Program Files\\Adobe\\Adobe Photoshop 2024\\Photoshop.exe"
|
||||||
|
],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"arguments": {
|
||||||
|
"windows": [],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"environment": "{}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -1015,23 +1007,6 @@
|
||||||
"host_name": "aftereffects",
|
"host_name": "aftereffects",
|
||||||
"environment": "{\n \"AVALON_AFTEREFFECTS_WORKFILES_ON_LAUNCH\": \"1\",\n \"WORKFILES_SAVE_AS\": \"Yes\"\n}",
|
"environment": "{\n \"AVALON_AFTEREFFECTS_WORKFILES_ON_LAUNCH\": \"1\",\n \"WORKFILES_SAVE_AS\": \"Yes\"\n}",
|
||||||
"variants": [
|
"variants": [
|
||||||
{
|
|
||||||
"name": "2020",
|
|
||||||
"label": "2020",
|
|
||||||
"executables": {
|
|
||||||
"windows": [
|
|
||||||
"C:\\Program Files\\Adobe\\Adobe After Effects 2020\\Support Files\\AfterFX.exe"
|
|
||||||
],
|
|
||||||
"darwin": [],
|
|
||||||
"linux": []
|
|
||||||
},
|
|
||||||
"arguments": {
|
|
||||||
"windows": [],
|
|
||||||
"darwin": [],
|
|
||||||
"linux": []
|
|
||||||
},
|
|
||||||
"environment": "{}"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "2021",
|
"name": "2021",
|
||||||
"label": "2021",
|
"label": "2021",
|
||||||
|
|
@ -1065,6 +1040,40 @@
|
||||||
"linux": []
|
"linux": []
|
||||||
},
|
},
|
||||||
"environment": "{\n \"MULTIPROCESS\": \"No\"\n}"
|
"environment": "{\n \"MULTIPROCESS\": \"No\"\n}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "2023",
|
||||||
|
"label": "2023",
|
||||||
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"C:\\Program Files\\Adobe\\Adobe After Effects 2023\\Support Files\\AfterFX.exe"
|
||||||
|
],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"arguments": {
|
||||||
|
"windows": [],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"environment": "{\n \"MULTIPROCESS\": \"No\"\n}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "2024",
|
||||||
|
"label": "2024",
|
||||||
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"C:\\Program Files\\Adobe\\Adobe After Effects 2024\\Support Files\\AfterFX.exe"
|
||||||
|
],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"arguments": {
|
||||||
|
"windows": [],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"environment": "{\n \"MULTIPROCESS\": \"No\"\n}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -1100,8 +1109,8 @@
|
||||||
"environment": "{}",
|
"environment": "{}",
|
||||||
"variants": [
|
"variants": [
|
||||||
{
|
{
|
||||||
"name": "8-2-0",
|
"name": "stable",
|
||||||
"label": "8.2",
|
"label": "Stable",
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": [
|
"windows": [
|
||||||
"C:\\Program Files\\Adobe\\Adobe Substance 3D Painter\\Adobe Substance 3D Painter.exe"
|
"C:\\Program Files\\Adobe\\Adobe Substance 3D Painter\\Adobe Substance 3D Painter.exe"
|
||||||
|
|
@ -1119,16 +1128,48 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"unreal": {
|
"unreal": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"label": "Unreal Editor",
|
"label": "Unreal Editor",
|
||||||
"icon": "{}/app_icons/ue4.png",
|
"icon": "{}/app_icons/ue4.png",
|
||||||
"host_name": "unreal",
|
"host_name": "unreal",
|
||||||
"environment": "{}",
|
"environment": "{}",
|
||||||
"variants": [
|
"variants": [
|
||||||
{
|
{
|
||||||
"name": "4-26",
|
"name": "5-0",
|
||||||
"label": "4.26",
|
"label": "5.0",
|
||||||
"executables": {},
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"C:\\Program Files\\Epic Games\\UE_5.0\\Engine\\Binaries\\Win64\\UnrealEditor.exe"
|
||||||
|
],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"arguments": {},
|
||||||
|
"environment": "{}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "5-1",
|
||||||
|
"label": "5.1",
|
||||||
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"C:\\Program Files\\Epic Games\\UE_5.1\\Engine\\Binaries\\Win64\\UnrealEditor.exe"
|
||||||
|
],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"arguments": {},
|
||||||
|
"environment": "{}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "5-2",
|
||||||
|
"label": "5.2",
|
||||||
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"C:\\Program Files\\Epic Games\\UE_5.2\\Engine\\Binaries\\Win64\\UnrealEditor.exe"
|
||||||
|
],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
"arguments": {},
|
"arguments": {},
|
||||||
"environment": "{}"
|
"environment": "{}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -199,5 +199,5 @@ class ApplicationsAddonSettings(BaseSettingsModel):
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_VALUES = {
|
DEFAULT_VALUES = {
|
||||||
"only_available": False
|
"only_available": True
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ DEFAULT_VALUES = {
|
||||||
"unit_scale_settings": {
|
"unit_scale_settings": {
|
||||||
"enabled": True,
|
"enabled": True,
|
||||||
"apply_on_opening": False,
|
"apply_on_opening": False,
|
||||||
"base_file_unit_scale": 0.01
|
"base_file_unit_scale": 1.00
|
||||||
},
|
},
|
||||||
"set_frames_startup": True,
|
"set_frames_startup": True,
|
||||||
"set_resolution_startup": True,
|
"set_resolution_startup": True,
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,7 @@ class PublishPuginsModel(BaseSettingsModel):
|
||||||
|
|
||||||
DEFAULT_BLENDER_PUBLISH_SETTINGS = {
|
DEFAULT_BLENDER_PUBLISH_SETTINGS = {
|
||||||
"ValidateCameraZeroKeyframe": {
|
"ValidateCameraZeroKeyframe": {
|
||||||
"enabled": True,
|
"enabled": False,
|
||||||
"optional": True,
|
"optional": True,
|
||||||
"active": True
|
"active": True
|
||||||
},
|
},
|
||||||
|
|
@ -173,13 +173,13 @@ DEFAULT_BLENDER_PUBLISH_SETTINGS = {
|
||||||
"active": True
|
"active": True
|
||||||
},
|
},
|
||||||
"ValidateTransformZero": {
|
"ValidateTransformZero": {
|
||||||
"enabled": True,
|
"enabled": False,
|
||||||
"optional": False,
|
"optional": True,
|
||||||
"active": True
|
"active": True
|
||||||
},
|
},
|
||||||
"ValidateNoColonsInName": {
|
"ValidateNoColonsInName": {
|
||||||
"enabled": True,
|
"enabled": False,
|
||||||
"optional": False,
|
"optional": True,
|
||||||
"active": True
|
"active": True
|
||||||
},
|
},
|
||||||
"ValidateInstanceEmpty": {
|
"ValidateInstanceEmpty": {
|
||||||
|
|
@ -201,9 +201,9 @@ DEFAULT_BLENDER_PUBLISH_SETTINGS = {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ExtractFBX": {
|
"ExtractFBX": {
|
||||||
"enabled": True,
|
"enabled": False,
|
||||||
"optional": True,
|
"optional": True,
|
||||||
"active": False
|
"active": True
|
||||||
},
|
},
|
||||||
"ExtractModelABC": {
|
"ExtractModelABC": {
|
||||||
"enabled": True,
|
"enabled": True,
|
||||||
|
|
@ -216,9 +216,9 @@ DEFAULT_BLENDER_PUBLISH_SETTINGS = {
|
||||||
"active": True
|
"active": True
|
||||||
},
|
},
|
||||||
"ExtractAnimationFBX": {
|
"ExtractAnimationFBX": {
|
||||||
"enabled": True,
|
"enabled": False,
|
||||||
"optional": True,
|
"optional": True,
|
||||||
"active": False
|
"active": True
|
||||||
},
|
},
|
||||||
"ExtractCamera": {
|
"ExtractCamera": {
|
||||||
"enabled": True,
|
"enabled": True,
|
||||||
|
|
|
||||||
|
|
@ -198,7 +198,7 @@ DEFAULT_VALUES = {
|
||||||
},
|
},
|
||||||
"studio_name": "",
|
"studio_name": "",
|
||||||
"studio_code": "",
|
"studio_code": "",
|
||||||
"environments": "{}",
|
"environments": "{\n\"STUDIO_SW\": {\n \"darwin\": \"/mnt/REPO_SW\",\n \"linux\": \"/mnt/REPO_SW\",\n \"windows\": \"P:/REPO_SW\"\n }\n}",
|
||||||
"tools": DEFAULT_TOOLS_VALUES,
|
"tools": DEFAULT_TOOLS_VALUES,
|
||||||
"version_start_category": {
|
"version_start_category": {
|
||||||
"profiles": []
|
"profiles": []
|
||||||
|
|
|
||||||
|
|
@ -97,11 +97,12 @@ DEFAULT_MEL_WORKSPACE_SETTINGS = "\n".join((
|
||||||
'workspace -fr "renderData" "renderData";',
|
'workspace -fr "renderData" "renderData";',
|
||||||
'workspace -fr "sourceImages" "sourceimages";',
|
'workspace -fr "sourceImages" "sourceimages";',
|
||||||
'workspace -fr "fileCache" "cache/nCache";',
|
'workspace -fr "fileCache" "cache/nCache";',
|
||||||
|
'workspace -fr "autoSave" "autosave"',
|
||||||
'',
|
'',
|
||||||
))
|
))
|
||||||
|
|
||||||
DEFAULT_MAYA_SETTING = {
|
DEFAULT_MAYA_SETTING = {
|
||||||
"open_workfile_post_initialization": False,
|
"open_workfile_post_initialization": True,
|
||||||
"explicit_plugins_loading": DEFAULT_EXPLITCIT_PLUGINS_LOADING_SETTINGS,
|
"explicit_plugins_loading": DEFAULT_EXPLITCIT_PLUGINS_LOADING_SETTINGS,
|
||||||
"imageio": DEFAULT_IMAGEIO_SETTINGS,
|
"imageio": DEFAULT_IMAGEIO_SETTINGS,
|
||||||
"mel_workspace": DEFAULT_MEL_WORKSPACE_SETTINGS,
|
"mel_workspace": DEFAULT_MEL_WORKSPACE_SETTINGS,
|
||||||
|
|
|
||||||
|
|
@ -785,7 +785,7 @@ DEFAULT_PUBLISH_SETTINGS = {
|
||||||
"sync_workfile_version": False
|
"sync_workfile_version": False
|
||||||
},
|
},
|
||||||
"CollectFbxAnimation": {
|
"CollectFbxAnimation": {
|
||||||
"enabled": True
|
"enabled": False
|
||||||
},
|
},
|
||||||
"CollectFbxCamera": {
|
"CollectFbxCamera": {
|
||||||
"enabled": False
|
"enabled": False
|
||||||
|
|
@ -862,7 +862,7 @@ DEFAULT_PUBLISH_SETTINGS = {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ValidatePluginPathAttributes": {
|
"ValidatePluginPathAttributes": {
|
||||||
"enabled": True,
|
"enabled": False,
|
||||||
"optional": False,
|
"optional": False,
|
||||||
"active": True,
|
"active": True,
|
||||||
"attribute": [
|
"attribute": [
|
||||||
|
|
@ -917,12 +917,12 @@ DEFAULT_PUBLISH_SETTINGS = {
|
||||||
"active": True
|
"active": True
|
||||||
},
|
},
|
||||||
"ValidateGLSLMaterial": {
|
"ValidateGLSLMaterial": {
|
||||||
"enabled": True,
|
"enabled": False,
|
||||||
"optional": False,
|
"optional": False,
|
||||||
"active": True
|
"active": True
|
||||||
},
|
},
|
||||||
"ValidateGLSLPlugin": {
|
"ValidateGLSLPlugin": {
|
||||||
"enabled": True,
|
"enabled": False,
|
||||||
"optional": False,
|
"optional": False,
|
||||||
"active": True
|
"active": True
|
||||||
},
|
},
|
||||||
|
|
@ -1154,7 +1154,7 @@ DEFAULT_PUBLISH_SETTINGS = {
|
||||||
"active": True
|
"active": True
|
||||||
},
|
},
|
||||||
"ExtractProxyAlembic": {
|
"ExtractProxyAlembic": {
|
||||||
"enabled": True,
|
"enabled": False,
|
||||||
"families": [
|
"families": [
|
||||||
"proxyAbc"
|
"proxyAbc"
|
||||||
]
|
]
|
||||||
|
|
@ -1311,7 +1311,7 @@ DEFAULT_PUBLISH_SETTINGS = {
|
||||||
"bake_attributes": "[]"
|
"bake_attributes": "[]"
|
||||||
},
|
},
|
||||||
"ExtractGLB": {
|
"ExtractGLB": {
|
||||||
"enabled": True,
|
"enabled": False,
|
||||||
"active": True,
|
"active": True,
|
||||||
"ogsfx_path": "/maya2glTF/PBR/shaders/glTF_PBR.ogsfx"
|
"ogsfx_path": "/maya2glTF/PBR/shaders/glTF_PBR.ogsfx"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ DEFAULT_WORKFILE_SETTING = {
|
||||||
{
|
{
|
||||||
"product_name_filters": [],
|
"product_name_filters": [],
|
||||||
"product_types": [
|
"product_types": [
|
||||||
"sedress"
|
"setdress"
|
||||||
],
|
],
|
||||||
"repre_names": [
|
"repre_names": [
|
||||||
"ma"
|
"ma"
|
||||||
|
|
|
||||||
|
|
@ -53,11 +53,11 @@ class UnrealSettings(BaseSettingsModel):
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_VALUES = {
|
DEFAULT_VALUES = {
|
||||||
"level_sequences_for_layouts": False,
|
"level_sequences_for_layouts": True,
|
||||||
"delete_unmatched_assets": False,
|
"delete_unmatched_assets": False,
|
||||||
"render_config_path": "",
|
"render_config_path": "",
|
||||||
"preroll_frames": 0,
|
"preroll_frames": 0,
|
||||||
"render_format": "png",
|
"render_format": "exr",
|
||||||
"project_setup": {
|
"project_setup": {
|
||||||
"dev_mode": False
|
"dev_mode": False
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue