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

usdview: Truncated playback range after changing sub-frame step size #321

Closed
nrusch opened this issue Nov 3, 2017 · 1 comment
Closed

Comments

@nrusch
Copy link
Contributor

nrusch commented Nov 3, 2017

Description of Issue

As of USD 0.8.1, changing the frame step size in usdview causes the application to no longer play back the stage's complete frame range.

Steps to Reproduce

  1. Open a USD stage in usdview. I've reproduced this with a simple stage containing only:
#usda 1.0
(
    endFrame = 1052
    startFrame = 1001
    upAxis = "Y"
)
  1. Change the step size to 0.1 and press play. Using the above stage, usdview will only play up to frame 1006.1.

The number of frames you are able to play seems to scale with the original duration of the stage's timeline. For instance, using an endFrame value of 1152 in the stage above, I can play to frame 1016.1 after the step size has been changed to 0.1.

Package Versions

CentOS 7.3.1611
USD 0.8.1 (also reproduced using a build based on dev at 1330165)

@jtran56
Copy link

jtran56 commented Nov 3, 2017

Filed as internal issue number #153301.

AdamFelt pushed a commit to autodesk-forks/USD that referenced this issue Apr 16, 2024
…lve/dev

Regular Sync adsk/dev to dev@471c89b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants