-
Notifications
You must be signed in to change notification settings - Fork 202
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
Added applyEulerFilter to import #2942
Conversation
Clang-format Updated skeletal import Updated copyright
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.
Great work
@tryptik Unfortunately the clang-format step (of the preflight) failed. Can you please make the changes and I'll re-run the preflight again. |
I have run the clang formatter and removed some older code fragments from a previous implementation. |
@tryptik Unfortunately the clang-format step failed again. If you are running it locally make sure you are using v10.0.0. |
It has proven useful to allow the Euler filtering of rotational animation on import as well as export. This P/R adds a flag
aef/applyEulerFilter
flag tomayaUSDImport
that applies Euler filtering for transform and skeletal animation data.