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

Unexpected handling of incomplete file sequences #22

Open
Andlon opened this issue May 19, 2023 · 0 comments
Open

Unexpected handling of incomplete file sequences #22

Andlon opened this issue May 19, 2023 · 0 comments

Comments

@Andlon
Copy link
Member

Andlon commented May 19, 2023

If a series only has frames, say, 40-60, the sequence loader currently appears to behave in what I would say unexpected ways for frame ranges outside of this range. I think there are at least two sensible options:

  • Load empty geometry when the current frame is not available (basically making the object not appear or disappear)
  • "Freeze" geometry to the closest available frame.

I think maybe we should support both, maybe choosing the first option as a default and allow toggling through settings.

We should also handle the case when only intermittent frames are available, for example 40-50 and 60-70, or more generally 3, 5, 8, 12.

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

1 participant