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

MAYA-109190 : Fix camera frame for instance proxies. #1082

Merged
merged 1 commit into from
Jan 15, 2021

Conversation

HamedSabri-adsk
Copy link
Contributor

This PR fixes the regression with camera framing of instance proxies. The issue was related to the new conditional check that was added for "instance proxies" in UsdTransform3dMayaXformStackHandler::createTransform3d().

This was a wrong place to have this condition since the original intention was to avoid "authoring edit transforms" for instance proxies. When the camera frame happens, we would end up calculating the ufe BBox which would go through transform3d() and eventually createTransform3d().

@HamedSabri-adsk HamedSabri-adsk added the regression Something that used to work is no longer working label Jan 15, 2021
@HamedSabri-adsk HamedSabri-adsk added the ready-for-merge Development process is finished, PR is ready for merge label Jan 15, 2021
@kxl-adsk kxl-adsk merged commit 804e7e5 into dev Jan 15, 2021
@kxl-adsk kxl-adsk deleted the sabrih/MAYA-109190/fix_framing_instanced_proxy branch January 15, 2021 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge Development process is finished, PR is ready for merge regression Something that used to work is no longer working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants