-
Notifications
You must be signed in to change notification settings - Fork 203
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
Fixed worldspace export flag behaviour to only bake xform at the top level prim #1931
Fixed worldspace export flag behaviour to only bake xform at the top level prim #1931
Conversation
Update: did a fast-forward and the unit test should pass fine now. |
f9ba6e0
to
e717667
Compare
@csyshing Is there someone who can code review these changes? Once completed I will merge this PR. |
@seando-adsk , this PR has been reviewed internally in Animal Logic; on external, usually @kxl-adsk would do the review? |
@csyshing Okay. Krystian is off this week. Are you okay waiting until next week? If not we can find someone else to review. |
No problem @seando-adsk , it's not urgent to merge this PR. |
e717667
to
b0a0707
Compare
b0a0707
to
498e146
Compare
This PR fixed tow problems:
worldspace
flag for exporter to only bake xform at the top level prim, children prims xforms would be remained unchangedmayaUsdPlugin
that when selecting parent node and one of the children, unselected siblings would be excluded, for example:child _B
object would be excluded when exporting.