mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add substance designer into OCIO and last workfile pre-launch hook
This commit is contained in:
parent
9b899ebc00
commit
199ed55357
3 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ class AddLastWorkfileToLaunchArgs(PreLaunchHook):
|
|||
"photoshop",
|
||||
"tvpaint",
|
||||
"substancepainter",
|
||||
"substancedesigner",
|
||||
"aftereffects",
|
||||
"wrap",
|
||||
"openrv",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ class OCIOEnvHook(PreLaunchHook):
|
|||
order = 0
|
||||
hosts = {
|
||||
"substancepainter",
|
||||
"substancedesigner",
|
||||
"fusion",
|
||||
"blender",
|
||||
"aftereffects",
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue