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-128044: Outliner: Renaming prims changes icon to def #2940

Merged

Conversation

seando-adsk
Copy link
Collaborator

MAYA-128044: Outliner: Renaming prims changes icon to def

  • When sending notif use the new prim.

* When sending notif use the new prim.
@seando-adsk seando-adsk added the ufe-usd Related to UFE-USD plugin in Maya-Usd label Mar 14, 2023
@@ -214,7 +216,7 @@ void UsdUndoRenameCommand::renameRedo()
}

// send notification to update UFE data model
sendNotificationToAllStageProxies(_stage, prim, srcPath, dstPath);
sendNotificationToAllStageProxies(_stage, _ufeDstItem->prim(), srcPath, dstPath);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Make sure to use the new prim when sending notifs (not the source prim from before rename).

Copy link
Collaborator

@pierrebai-adsk pierrebai-adsk left a comment

Choose a reason for hiding this comment

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

LGTM

@seando-adsk seando-adsk added the ready-for-merge Development process is finished, PR is ready for merge label Mar 15, 2023
@seando-adsk seando-adsk merged commit 43352f6 into dev Mar 15, 2023
@seando-adsk seando-adsk deleted the donnels/MAYA-128044/renaming_prim_changes_icon_to_def branch March 15, 2023 12:35
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