-
-
Notifications
You must be signed in to change notification settings - Fork 365
WIP : 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
base: master
Are you sure you want to change the base?
Conversation
|
\ci main |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2589 +/- ##
==========================================
- Coverage 96.66% 96.65% -0.02%
==========================================
Files 142 142
Lines 12918 12958 +40
==========================================
+ Hits 12487 12524 +37
- Misses 431 434 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| command_documentation_t{ "reset_camera", "reset the camera to its original location" }); | ||
|
|
||
| this->addCommand( | ||
| "jump_to_keyframe", |
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.
need a command doc update
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 doc improvements needed
|
\ci full |
Co-authored-by: Mathieu Westphal <[email protected]>
Co-authored-by: Mathieu Westphal <[email protected]>
Describe your changes
This PR allows user to play animation frame by frame
frame_by_frame_anim.mp4
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.