-
-
Notifications
You must be signed in to change notification settings - Fork 374
Jump to animation keyframe #2589
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
Jump to animation keyframe #2589
Conversation
mwestphal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small changes needed
mwestphal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
more changes
mwestphal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one small doc change needed
|
Thanks for the contribution @Ni-g-3l ! |
Add `jump_to_keyframe` command, tests and doc
Describe your changes
Add
jump_to_keyframecommand, tests and docThis PR allows user to load animation to specific keyframe
However, it is based on GetTemporalInformation from vtkImporter, so It will works only for native VTK Importer for now.
Attach here a GLTF file with an animation if you want to test.
AnimatedCube.zip
Issue ticket number and link if any
#2559
#2682
Checklist for finalizing the PR
.github/workflows/versions.json, I have updateddocker_timestampContinuous integration
Please write a comment to run CI, eg:
\ci fast.See here for more info.