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 option to euler filter output transform data #299

Merged
merged 1 commit into from
Jul 16, 2018

Conversation

pmolodo
Copy link
Contributor

@pmolodo pmolodo commented Oct 6, 2017

Description of Change(s)

Title pretty much says it all... alembic has a similar option, and it's quite handy.

Fixes Issue(s)

  • Some axis flips on output of maya constrained xforms

Has #287 as a base

@jtran56
Copy link

jtran56 commented Oct 9, 2017

Filed as internal issue #152106.

@pmolodo pmolodo force-pushed the pr/eulerFilter branch 2 times, most recently from 708e3bd to a5b7192 Compare November 16, 2017 23:28
@pmolodo pmolodo changed the base branch from master to dev December 2, 2017 02:19
@pmolodo
Copy link
Contributor Author

pmolodo commented May 23, 2018

pushed new version to fix some merge conflicts

@sirpalee
Copy link
Contributor

Updated PR to work with the latest usdMaya changes.

computeXFormOps(xformSchema, mAnimChanList, usdTime,
_GetSparseValueWriter());
computeXFormOps(xformSchema, mAnimChanList, usdTime, getArgs().eulerFilter,
previousRotates, _GetSparseValueWriter());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've resolved the merge conflicts in this PR locally, but my builds are failing because this previousRotates parameter isn't defined in this function. Where should this be coming from?

Copy link
Contributor

@sunyab sunyab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't a full code review yet, but I took an initial pass to merge this change in and wasn't able to get it to build due to an issue in the writeTransformAttrs function. I've left a comment for that below.

Also, it would be fantastic if we could have a test for this functionality.

@pmolodo
Copy link
Contributor Author

pmolodo commented Jul 3, 2018

Apologies, I thought we had pushed out a recent version that fixed any merge conflicts!

Anyway, pushed one now - the source of the "previousRotates" is a data member on the class - it's now been renamed "_previousRotates" to reflect recent naming standardization.

I also added some tests, as requested, and a gui checkbox for the file translator options, which I noticed was missing!

@pixar-oss pixar-oss merged commit 3db9483 into PixarAnimationStudios:dev Jul 16, 2018
pixar-oss added a commit that referenced this pull request Jul 16, 2018
Adds option to euler filter output transform data

(Internal change: 1872882)
@pmolodo pmolodo deleted the pr/eulerFilter branch March 12, 2019 23:02
AdamFelt pushed a commit to autodesk-forks/USD that referenced this pull request Apr 16, 2024
…lve/dev

Regular sync origin/dev to adsk/dev before conflict
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.

5 participants