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

Adds mode number and frequency value with unit in animator #1700

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

rajesh1359
Copy link

@rajesh1359 rajesh1359 commented Aug 14, 2024

This fixes:

  • Issue with animator text showing mode number instead of frequency value.
  • Missing unit in frequency value
  • Add a check if supplied mode number exists in field container.

Fixes #1699

rajesh1359 and others added 5 commits August 14, 2024 01:35
This commit make deform_by default for mode animation.
This fix transfers deformation scale factor to animator
This fix adds use of scale factor per frame
This change handles integer type scale factor in animator.
ideally integer type scale factor should be acceptable by scale operator.
@rajesh1359 rajesh1359 marked this pull request as ready for review August 14, 2024 19:54
Copy link

codecov bot commented Aug 14, 2024

Codecov Report

Attention: Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 78.54%. Comparing base (52c4ce8) to head (4594606).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1700      +/-   ##
==========================================
- Coverage   86.93%   78.54%   -8.40%     
==========================================
  Files          83       83              
  Lines        9937     9945       +8     
==========================================
- Hits         8639     7811     -828     
- Misses       1298     2134     +836     

@PProfizi PProfizi self-requested a review September 18, 2024 14:17
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

Successfully merging this pull request may close these issues.

animation.animate_mode() lists the mode number as the frequency
1 participant