fix the break of file sequence collection in review when the subset name with the version string

This commit is contained in:
Kayla Man 2022-08-17 18:46:59 +08:00
parent f8be5f8a83
commit 3226eb5e8f

View file

@ -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