add substance designer into OCIO and last workfile pre-launch hook

This commit is contained in:
Kayla Man 2025-01-16 15:48:02 +08:00
parent 9b899ebc00
commit 199ed55357
3 changed files with 4 additions and 0 deletions

View file

@ -26,6 +26,7 @@ class AddLastWorkfileToLaunchArgs(PreLaunchHook):
"photoshop",
"tvpaint",
"substancepainter",
"substancedesigner",
"aftereffects",
"wrap",
"openrv",

View file

@ -10,6 +10,7 @@ class OCIOEnvHook(PreLaunchHook):
order = 0
hosts = {
"substancepainter",
"substancedesigner",
"fusion",
"blender",
"aftereffects",

View file

@ -935,7 +935,9 @@ def _collect_expected_files_for_aov(files):
ValueError: If there are multiple collections.
"""
print(f"files: {files}")
cols, rem = clique.assemble(files)
print(cols)
# we shouldn't have any reminders. And if we do, it should
# be just one item for single frame renders.
if not cols and rem: