mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fix the break of file sequence collection in review when the subset name with the version string
This commit is contained in:
parent
f8be5f8a83
commit
3226eb5e8f
1 changed files with 2 additions and 1 deletions
|
|
@ -139,7 +139,8 @@ class ExtractPlayblast(openpype.api.Extractor):
|
|||
|
||||
collected_files = os.listdir(stagingdir)
|
||||
collections, remainder = clique.assemble(collected_files,
|
||||
minimum_items=1)
|
||||
minimum_items=1,
|
||||
patterns=[r'\.(?P<index>(?P<padding>0*)\d+)\.\D+\d?$'])
|
||||
|
||||
self.log.debug("filename {}".format(filename))
|
||||
frame_collection = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue