Create Play Animation backward binding
Describe your changes
This PR allow user to play animation backward with : CTRL + Shift + Space binding.
Issue ticket number and link if any
- #2683
- #2637
Checklist for finalizing the PR
- [X] I have performed a self-review of my code
- [X] I have added tests for new features and bugfixes
- [ ] I have added documentation for new features
- [x] If it is a modifying the libf3d API, I have updated bindings
- [ ] If it is a modifying the
.github/workflows/versions.json, I have updateddocker_timestamp
Continuous integration
Please write a comment to run CI, eg: \ci fast.
See here for more info.
\ci full
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 96.55%. Comparing base (6f4b055) to head (1b7209b).
:warning: Report is 2 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #2684 +/- ##
==========================================
+ Coverage 96.52% 96.55% +0.02%
==========================================
Files 141 141
Lines 12495 12509 +14
==========================================
+ Hits 12061 12078 +17
+ Misses 434 431 -3
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
You are modifying libf3d public API! :warning:Please update bindings accordingly:warning:!
You can find them in their respective directories: python, java, webassembly.
Awesome work as always @Ni-g-3l !