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-109438 - Need to remove attributes from AE stage view #1145

Conversation

seando-adsk
Copy link
Collaborator

MAYA-109438 - Need to remove attributes from AE stage view

  • Temp suppress two non-functional attributes.

* Temp suppress two non-functional attributes.
@seando-adsk seando-adsk requested a review from kxl-adsk February 3, 2021 19:06
@seando-adsk seando-adsk added the adsk Related to Autodesk plugin label Feb 3, 2021
@seando-adsk
Copy link
Collaborator Author

@kxl-adsk As you can see the changes are trivial. I just suppress a couple of (non-functional) attributes so they won't appear in the AE. I don't think a preflight is needed here as it won't test anything. So please merge whenever you are ready.

editorTemplate -beginLayout "Stage" -collapse 0;
// We aren't displaying the "inStageData" attribute in the ProxyShapeInfo. We simply
// pass it in order to get the current nodename. Cannot use the input one here as it
// changes based on which proxy shape the AE is viewing.
editorTemplate -callCustom "AEmayaUsdProxyShapeInfoNew" "AEmayaUsdProxyShapeInfoReplace" inStageData;
editorTemplate -addControl "loadPayloads";
//editorTemplate -addControl "loadPayloads";
Copy link

Choose a reason for hiding this comment

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

I'm guessing we leave this dead code only because we will bring it back soon.

@kxl-adsk kxl-adsk added workflows Related to in-context workflows ready-for-merge Development process is finished, PR is ready for merge labels Feb 3, 2021
@kxl-adsk kxl-adsk merged commit 8c35228 into dev Feb 4, 2021
@kxl-adsk kxl-adsk deleted the donnels/MAYA-109438/remove_attributes_from_proxy_shape_template branch February 4, 2021 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adsk Related to Autodesk plugin ready-for-merge Development process is finished, PR is ready for merge workflows Related to in-context workflows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants