mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
hound
This commit is contained in:
parent
30ea0213b7
commit
44391391df
1 changed files with 2 additions and 1 deletions
|
|
@ -548,7 +548,8 @@ def _create_instances_for_aov(instance, skeleton, aov_filter, additional_data,
|
|||
instances = []
|
||||
# go through AOVs in expected files
|
||||
for aov, files in exp_files[0].items():
|
||||
cols, rem = clique.assemble(files, patterns=[clique.PATTERNS['frames']])
|
||||
cols, rem = clique.assemble(
|
||||
files, patterns=[clique.PATTERNS['frames']])
|
||||
# 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