Merge branch 'develop' into enhancement/OP-6659_nuke-explicit-thumbnail-workflow

This commit is contained in:
Jakub Jezek 2023-12-07 14:07:02 +01:00
commit fa1286495a
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
10 changed files with 343 additions and 301 deletions

View file

@ -14,7 +14,7 @@
"windows": [
"C:\\Program Files\\Autodesk\\Maya2024\\bin\\maya.exe"
],
"darwin": [],
"darwin": ["/Applications/Autodesk/maya2024/Maya.app"],
"linux": [
"/usr/autodesk/maya2024/bin/maya"
]
@ -34,7 +34,7 @@
"windows": [
"C:\\Program Files\\Autodesk\\Maya2023\\bin\\maya.exe"
],
"darwin": [],
"darwin": ["/Applications/Autodesk/maya2023/Maya.app"],
"linux": [
"/usr/autodesk/maya2023/bin/maya"
]
@ -54,7 +54,7 @@
"windows": [
"C:\\Program Files\\Autodesk\\Maya2022\\bin\\maya.exe"
],
"darwin": [],
"darwin": ["/Applications/Autodesk/maya2022/Maya.app"],
"linux": [
"/usr/autodesk/maya2022/bin/maya"
]
@ -125,6 +125,23 @@
"host_name": "max",
"environment": "{\n \"ADSK_3DSMAX_STARTUPSCRIPTS_ADDON_DIR\": \"{OPENPYPE_ROOT}/openpype/hosts/max/startup\"\n}",
"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",
"use_python_2": false,
@ -200,18 +217,40 @@
"host_name": "nuke",
"environment": "{\n \"NUKE_PATH\": [\n \"{NUKE_PATH}\",\n \"{OPENPYPE_STUDIO_PLUGINS}/nuke\"\n ]\n}",
"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",
"label": "14.0",
"executables": {
"windows": [
"C:\\Program Files\\Nuke14.0v4\\Nuke14.0.exe"
"C:\\Program Files\\Nuke14.0v5\\Nuke14.0.exe"
],
"darwin": [
"/Applications/Nuke14.0v4/Nuke14.0v4.app"
"/Applications/Nuke14.0v5/Nuke14.0v5.app"
],
"linux": [
"/usr/local/Nuke14.0v4/Nuke14.0"
"/usr/local/Nuke14.0v5/Nuke14.0"
]
},
"arguments": {
@ -243,28 +282,6 @@
},
"environment": "{}",
"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",
"environment": "{\n \"NUKE_PATH\": [\n \"{NUKE_PATH}\",\n \"{OPENPYPE_STUDIO_PLUGINS}/nuke\"\n ]\n}",
"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",
"label": "14.0",
"executables": {
"windows": [
"C:\\Program Files\\Nuke14.0v4\\Nuke14.0.exe"
"C:\\Program Files\\Nuke14.0v5\\Nuke14.0.exe"
],
"darwin": [
"/Applications/Nuke14.0v4/NukeAssist14.0v4.app"
"/Applications/Nuke14.0v5/NukeAssist14.0v5.app"
],
"linux": [
"/usr/local/Nuke14.0v4/Nuke14.0"
"/usr/local/Nuke14.0v5/Nuke14.0"
]
},
"arguments": {
"windows": [
"--nukeassist"
],
"windows": [],
"darwin": [],
"linux": [
"--nukeassist"
]
"linux": []
},
"environment": "{}",
"use_python_2": false
@ -316,42 +351,12 @@
]
},
"arguments": {
"windows": [
"--nukeassist"
],
"windows": [],
"darwin": [],
"linux": [
"--nukeassist"
]
"linux": []
},
"environment": "{}",
"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",
"environment": "{\n \"NUKE_PATH\": [\n \"{NUKE_PATH}\",\n \"{OPENPYPE_STUDIO_PLUGINS}/nuke\"\n ]\n}",
"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",
"label": "14.0",
"executables": {
"windows": [
"C:\\Program Files\\Nuke14.0v4\\Nuke14.0.exe"
"C:\\Program Files\\Nuke14.0v5\\Nuke14.0.exe"
],
"darwin": [
"/Applications/Nuke14.0v4/NukeX14.0v4.app"
"/Applications/Nuke14.0v5/NukeX14.0v5.app"
],
"linux": [
"/usr/local/Nuke14.0v4/Nuke14.0"
"/usr/local/Nuke14.0v5/Nuke14.0"
]
},
"arguments": {
"windows": [
"--nukex"
],
"windows": [],
"darwin": [],
"linux": [
"--nukex"
]
"linux": []
},
"environment": "{}",
"use_python_2": false
@ -403,42 +426,12 @@
]
},
"arguments": {
"windows": [
"--nukex"
],
"windows": [],
"darwin": [],
"linux": [
"--nukex"
]
"linux": []
},
"environment": "{}",
"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",
"environment": "{\n \"WORKFILES_STARTUP\": \"0\",\n \"TAG_ASSETBUILD_STARTUP\": \"0\"\n}",
"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",
"label": "14.0",
"executables": {
"windows": [
"C:\\Program Files\\Nuke14.0v4\\Nuke14.0.exe"
"C:\\Program Files\\Nuke14.0v5\\Nuke14.0.exe"
],
"darwin": [
"/Applications/Nuke14.0v4/NukeStudio14.0v4.app"
"/Applications/Nuke14.0v5/NukeStudio14.0v5.app"
],
"linux": [
"/usr/local/Nuke14.0v4/Nuke14.0"
"/usr/local/Nuke14.0v5/Nuke14.0"
]
},
"arguments": {
"windows": [
"--studio"
],
"windows": [],
"darwin": [],
"linux": [
"--studio"
]
"linux": []
},
"environment": "{}",
"use_python_2": false
@ -490,42 +501,12 @@
]
},
"arguments": {
"windows": [
"--studio"
],
"windows": [],
"darwin": [],
"linux": [
"--studio"
]
"linux": []
},
"environment": "{}",
"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",
"environment": "{\n \"WORKFILES_STARTUP\": \"0\",\n \"TAG_ASSETBUILD_STARTUP\": \"0\"\n}",
"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",
"label": "14.0",
"executables": {
"windows": [
"C:\\Program Files\\Nuke14.0v4\\Nuke14.0.exe"
"C:\\Program Files\\Nuke14.0v5\\Nuke14.0.exe"
],
"darwin": [
"/Applications/Nuke14.0v4/Hiero14.0v4.app"
"/Applications/Nuke14.0v5/Hiero14.0v5.app"
],
"linux": [
"/usr/local/Nuke14.0v4/Nuke14.0"
"/usr/local/Nuke14.0v5/Nuke14.0"
]
},
"arguments": {
"windows": [
"--hiero"
],
"windows": [],
"darwin": [],
"linux": [
"--hiero"
]
"linux": []
},
"environment": "{}",
"use_python_2": false
@ -577,42 +576,12 @@
]
},
"arguments": {
"windows": [
"--hiero"
],
"windows": [],
"darwin": [],
"linux": [
"--hiero"
]
"linux": []
},
"environment": "{}",
"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",
"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": [
{
"name": "18",
"label": "18",
"executables": {
"windows": [
"C:\\Program Files\\Blackmagic Design\\Fusion 18\\Fusion.exe"
],
"darwin": [],
"linux": []
},
"arguments": {
"windows": [],
"darwin": [],
"linux": []
},
"environment": "{}"
},
{
"name": "17",
"label": "17",
@ -656,23 +642,6 @@
"linux": []
},
"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": "{}",
"variants": [
{
"name": "18-5",
"label": "18.5",
"name": "19-5",
"label": "19.5",
"executables": {
"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": [],
"linux": []
@ -728,10 +697,12 @@
"use_python_2": true
},
{
"name": "18",
"label": "18",
"name": "19-0",
"label": "19.0",
"executables": {
"windows": [],
"windows": [
"C:\\Program Files\\Side Effects Software\\Houdini 19.0.720\\bin\\houdini.exe"
],
"darwin": [],
"linux": []
},
@ -744,10 +715,12 @@
"use_python_2": true
},
{
"name": "17",
"label": "17",
"name": "18-5",
"label": "18.5",
"executables": {
"windows": [],
"windows": [
"C:\\Program Files\\Side Effects Software\\Houdini 18.5.759\\bin\\houdini.exe"
],
"darwin": [],
"linux": []
},
@ -769,11 +742,11 @@
"environment": "{}",
"variants": [
{
"name": "2-83",
"label": "2.83",
"name": "3-6-5",
"label": "3.6.5 LTS",
"executables": {
"windows": [
"C:\\Program Files\\Blender Foundation\\Blender 2.83\\blender.exe"
"C:\\Program Files\\Blender Foundation\\Blender 3.6\\blender.exe"
],
"darwin": [],
"linux": []
@ -846,6 +819,25 @@
"host_name": "harmony",
"environment": "{\n \"AVALON_HARMONY_WORKFILES_ON_LAUNCH\": \"1\"\n}",
"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",
"label": "21",
@ -955,40 +947,6 @@
"host_name": "photoshop",
"environment": "{\n \"AVALON_PHOTOSHOP_WORKFILES_ON_LAUNCH\": \"1\",\n \"WORKFILES_SAVE_AS\": \"Yes\"\n}",
"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",
"label": "2022",
@ -1005,6 +963,40 @@
"linux": []
},
"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",
"environment": "{\n \"AVALON_AFTEREFFECTS_WORKFILES_ON_LAUNCH\": \"1\",\n \"WORKFILES_SAVE_AS\": \"Yes\"\n}",
"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",
"label": "2021",
@ -1065,6 +1040,40 @@
"linux": []
},
"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": "{}",
"variants": [
{
"name": "8-2-0",
"label": "8.2",
"name": "stable",
"label": "Stable",
"executables": {
"windows": [
"C:\\Program Files\\Adobe\\Adobe Substance 3D Painter\\Adobe Substance 3D Painter.exe"
@ -1119,16 +1128,48 @@
]
},
"unreal": {
"enabled": true,
"enabled": false,
"label": "Unreal Editor",
"icon": "{}/app_icons/ue4.png",
"host_name": "unreal",
"environment": "{}",
"variants": [
{
"name": "4-26",
"label": "4.26",
"executables": {},
"name": "5-0",
"label": "5.0",
"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": {},
"environment": "{}"
}

View file

@ -199,5 +199,5 @@ class ApplicationsAddonSettings(BaseSettingsModel):
DEFAULT_VALUES = {
"only_available": False
"only_available": True
}

View file

@ -57,7 +57,7 @@ DEFAULT_VALUES = {
"unit_scale_settings": {
"enabled": True,
"apply_on_opening": False,
"base_file_unit_scale": 0.01
"base_file_unit_scale": 1.00
},
"set_frames_startup": True,
"set_resolution_startup": True,

View file

@ -142,7 +142,7 @@ class PublishPuginsModel(BaseSettingsModel):
DEFAULT_BLENDER_PUBLISH_SETTINGS = {
"ValidateCameraZeroKeyframe": {
"enabled": True,
"enabled": False,
"optional": True,
"active": True
},
@ -173,13 +173,13 @@ DEFAULT_BLENDER_PUBLISH_SETTINGS = {
"active": True
},
"ValidateTransformZero": {
"enabled": True,
"optional": False,
"enabled": False,
"optional": True,
"active": True
},
"ValidateNoColonsInName": {
"enabled": True,
"optional": False,
"enabled": False,
"optional": True,
"active": True
},
"ValidateInstanceEmpty": {
@ -201,9 +201,9 @@ DEFAULT_BLENDER_PUBLISH_SETTINGS = {
]
},
"ExtractFBX": {
"enabled": True,
"enabled": False,
"optional": True,
"active": False
"active": True
},
"ExtractModelABC": {
"enabled": True,
@ -216,9 +216,9 @@ DEFAULT_BLENDER_PUBLISH_SETTINGS = {
"active": True
},
"ExtractAnimationFBX": {
"enabled": True,
"enabled": False,
"optional": True,
"active": False
"active": True
},
"ExtractCamera": {
"enabled": True,

View file

@ -198,7 +198,7 @@ DEFAULT_VALUES = {
},
"studio_name": "",
"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,
"version_start_category": {
"profiles": []

View file

@ -1 +1 @@
__version__ = "0.1.4"
__version__ = "0.1.5"

View file

@ -97,11 +97,12 @@ DEFAULT_MEL_WORKSPACE_SETTINGS = "\n".join((
'workspace -fr "renderData" "renderData";',
'workspace -fr "sourceImages" "sourceimages";',
'workspace -fr "fileCache" "cache/nCache";',
'workspace -fr "autoSave" "autosave"',
'',
))
DEFAULT_MAYA_SETTING = {
"open_workfile_post_initialization": False,
"open_workfile_post_initialization": True,
"explicit_plugins_loading": DEFAULT_EXPLITCIT_PLUGINS_LOADING_SETTINGS,
"imageio": DEFAULT_IMAGEIO_SETTINGS,
"mel_workspace": DEFAULT_MEL_WORKSPACE_SETTINGS,

View file

@ -785,7 +785,7 @@ DEFAULT_PUBLISH_SETTINGS = {
"sync_workfile_version": False
},
"CollectFbxAnimation": {
"enabled": True
"enabled": False
},
"CollectFbxCamera": {
"enabled": False
@ -862,7 +862,7 @@ DEFAULT_PUBLISH_SETTINGS = {
]
},
"ValidatePluginPathAttributes": {
"enabled": True,
"enabled": False,
"optional": False,
"active": True,
"attribute": [
@ -917,12 +917,12 @@ DEFAULT_PUBLISH_SETTINGS = {
"active": True
},
"ValidateGLSLMaterial": {
"enabled": True,
"enabled": False,
"optional": False,
"active": True
},
"ValidateGLSLPlugin": {
"enabled": True,
"enabled": False,
"optional": False,
"active": True
},
@ -1154,7 +1154,7 @@ DEFAULT_PUBLISH_SETTINGS = {
"active": True
},
"ExtractProxyAlembic": {
"enabled": True,
"enabled": False,
"families": [
"proxyAbc"
]
@ -1311,7 +1311,7 @@ DEFAULT_PUBLISH_SETTINGS = {
"bake_attributes": "[]"
},
"ExtractGLB": {
"enabled": True,
"enabled": False,
"active": True,
"ogsfx_path": "/maya2glTF/PBR/shaders/glTF_PBR.ogsfx"
},

View file

@ -104,7 +104,7 @@ DEFAULT_WORKFILE_SETTING = {
{
"product_name_filters": [],
"product_types": [
"sedress"
"setdress"
],
"repre_names": [
"ma"

View file

@ -53,11 +53,11 @@ class UnrealSettings(BaseSettingsModel):
DEFAULT_VALUES = {
"level_sequences_for_layouts": False,
"level_sequences_for_layouts": True,
"delete_unmatched_assets": False,
"render_config_path": "",
"preroll_frames": 0,
"render_format": "png",
"render_format": "exr",
"project_setup": {
"dev_mode": False
}