mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
add pattern for clique.assemble function to just iterate through frame ranges
This commit is contained in:
parent
1f2e32311f
commit
30ea0213b7
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ 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)
|
||||
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