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

Maya: wrong collection of playblasted frames #1517

Merged
merged 3 commits into from
May 17, 2021

Conversation

mkolar
Copy link
Member

@mkolar mkolar commented May 17, 2021

2.x version of #1515

@mkolar mkolar added type: bug Something isn't working sponsored Client endorsed or requested HIGH labels May 17, 2021
self.log.debug("collection head {}".format(filebase))
if filebase in filename:
frame_collection = collection
self.log.info("we found collection of interest {}".format(str(frame_collection)))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line too long (97 > 79 characters)

input_path = os.path.join(
stagingdir, collections[0].format('{head}{padding}{tail}'))
self.log.info("input {}".format(input_path))

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blank line contains whitespace


collected_frames = os.listdir(stagingdir)
collections, remainder = clique.assemble(collected_frames)
collected_files = os.listdir(stagingdir)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

too many blank lines (2)

@mkolar mkolar added this to the 2.18.0 milestone May 17, 2021
@mkolar mkolar merged commit 49159d1 into 2.x/develop May 17, 2021
@mkolar mkolar deleted the bugfix/maya_playblas_collecting_wrong_frames branch May 17, 2021 11:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
sponsored Client endorsed or requested type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant