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

scene.animation.time is initialized to zero, which may have unexepected effect with time range not starting at zero #1354

Open
mwestphal opened this issue Apr 2, 2024 · 0 comments
Labels
type:bug Something isn't working
Milestone

Comments

@mwestphal
Copy link
Contributor

Describe the bug
scene.animation.time is initialized to zero, which may have unexepected effect with time range not starting at zero

To Reproduce
Steps to reproduce the behavior:

  1. Open the file using f3d --dry-run negative_range_animated.e
  2. File is already half animated

Expected behavior
We should start at the beginning of the timerange of the animation

Additional context
It is a secondary effect of #434 , we cant initialize the time to NaN because cxxopts does not support it

@mwestphal mwestphal added this to the 3.0.0 milestone Apr 4, 2024
@mwestphal mwestphal added the type:bug Something isn't working label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
Status: Discuss
Development

No branches or pull requests

1 participant