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

EMSUSD-247 - Added an option box for outliner on edit as Maya Data #3269

Conversation

AramAzhari-adsk
Copy link
Collaborator

No description provided.

@AramAzhari-adsk AramAzhari-adsk changed the title EMSUSD-247 - Added an option box for outliner on edit as Maya EMSUSD-247 - Added an option box for outliner on edit as Maya Data Aug 10, 2023
@AramAzhari-adsk AramAzhari-adsk added the adsk Related to Autodesk plugin label Aug 10, 2023
Copy link
Collaborator

@seando-adsk seando-adsk left a comment

Choose a reason for hiding this comment

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

@AramAzhari-adsk I think you must have created your branch from an old dev. I have moved UsdContextOps to UsdUfe and split out the Maya specific items into a "lib/mayaUsd/ufe/MayaUsdContextOps.cpp" file. Your changes need to go into that file.

@AramAzhari-adsk AramAzhari-adsk force-pushed the azharia/EMSUSD-247/Added-OptionBox-For-Outliner-On-Edit-As-Maya branch 2 times, most recently from 9a0a586 to eeded62 Compare August 10, 2023 19:21
@AramAzhari-adsk AramAzhari-adsk force-pushed the azharia/EMSUSD-247/Added-OptionBox-For-Outliner-On-Edit-As-Maya branch from eeded62 to a22793e Compare August 10, 2023 20:04
const char editAsMayaOptionsCommand[] = "mayaUsdMenu_EditAsMayaDataOptions";
MString script;
script.format("^1s \"^2s\"", editAsMayaOptionsCommand, Ufe::PathString::string(path).c_str());
WaitCursor wait;
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't think we need a wait cursor here. You are just opening an option box.

@AramAzhari-adsk AramAzhari-adsk added the ready-for-merge Development process is finished, PR is ready for merge label Aug 11, 2023
@seando-adsk seando-adsk added ufe-usd Related to UFE-USD plugin in Maya-Usd and removed adsk Related to Autodesk plugin labels Aug 17, 2023
@seando-adsk seando-adsk merged commit 7843895 into dev Aug 17, 2023
@seando-adsk seando-adsk deleted the azharia/EMSUSD-247/Added-OptionBox-For-Outliner-On-Edit-As-Maya branch August 17, 2023 19:49
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 ufe-usd Related to UFE-USD plugin in Maya-Usd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants