Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playback image sequence after playblast fails #8

Open
BigRoy opened this issue Feb 1, 2017 · 2 comments
Open

Playback image sequence after playblast fails #8

BigRoy opened this issue Feb 1, 2017 · 2 comments
Assignees
Labels

Comments

@BigRoy
Copy link
Member

BigRoy commented Feb 1, 2017

Problem

When playblasting to the image codec the resulting playblast is not opened for previewing because the name is returned as e.g. playblast.####.png with the #### being the problematic argument for viewers.

Solution

Resolve the #### with the frame number (an existing file) and pass it as correct argument to image viewers.

@BigRoy BigRoy changed the title Play back image sequence after playblast fails Playback image sequence after playblast fails Feb 1, 2017
@BigRoy BigRoy added the bug label Apr 5, 2017
@aardschok
Copy link
Contributor

Resolved in branch 0008 : https://github.com/aardschok/maya-capture-gui/tree/0008

  • Image file path padding is resolved after capturing
  • "View when finished" works regardless of "Save" is checked.

@BigRoy
Copy link
Member Author

BigRoy commented May 3, 2017

With #25 this does not error out anymore but it does only show a single frame from the sequence instead of all. (Likely the last frame, because it takes the last one sorted by modified date)

It's good to still investigate on how we can have Maya default like behavior for playing back sequences.

Note that Maya also has customization features for sequence playback under Settings/Preferences under the Applications header

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants