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

Fix 2 bugs with scale of position tracks in rest fixer #90065

Merged
merged 1 commit into from
Apr 4, 2024

Commits on Mar 31, 2024

  1. Fix 2 bugs with scale of position tracks in rest fixer

    Both bugs were related to how position animation tracks were adjusted in rest fixer.
    First bug: motion scale is applied before subtracting the origin when applying bone roll
    Second bug: armature scale was lost when converting basis to quaternion, leading an unscaled position offset to be added to the scaled origin.
    lyuma committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    00cf862 View commit details
    Browse the repository at this point in the history