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-114433 - Crash when attempting to move Maya object and USD prim #1790

Merged

Conversation

seando-adsk
Copy link
Collaborator

MAYA-114433 - Crash when attempting to move Maya object and a USD prim at the same time

  • When attempting to get Ufe path from a Maya object it must start with path separator (|).

…m at the same time

* When attempting to get Ufe path from a Maya object it must
  start with path separator (|).
Comment on lines +82 to +84
MString firstPath = paths[0];
if (firstPath.substringW(0, 0) != "|")
return;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Unfortunately there is no [] operator on MString.

@seando-adsk seando-adsk requested a review from ppt-adsk October 28, 2021 15:39
@seando-adsk seando-adsk added crash ufe-usd Related to UFE-USD plugin in Maya-Usd labels Oct 28, 2021
@seando-adsk seando-adsk added the ready-for-merge Development process is finished, PR is ready for merge label Oct 28, 2021
@kxl-adsk kxl-adsk merged commit 6f795c2 into dev Oct 28, 2021
@kxl-adsk kxl-adsk deleted the donnels/MAYA-114433/crash_moving_maya_object_and_usd_prim branch October 28, 2021 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash 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.

4 participants