Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3683 from moonyuet/bugfix/OP-3601_version_string_…
Browse files Browse the repository at this point in the history
…in_subset_name_break_file_sequence_collection_in_review
  • Loading branch information
mkolar authored Oct 10, 2022
2 parents c24d9b4 + 4b58ce2 commit 5045a10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openpype/hosts/maya/plugins/publish/extract_playblast.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,10 @@ def process(self, instance):
self.log.debug("playblast path {}".format(path))

collected_files = os.listdir(stagingdir)
patterns = [clique.PATTERNS["frames"]]
collections, remainder = clique.assemble(collected_files,
minimum_items=1)
minimum_items=1,
patterns=patterns)

self.log.debug("filename {}".format(filename))
frame_collection = None
Expand Down

0 comments on commit 5045a10

Please sign in to comment.