-
Notifications
You must be signed in to change notification settings - Fork 203
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
Boudrey/maya 123462/pullset remove #2386
Conversation
…ng as Maya Undo was already working but not cancelling editing. It is now fixed.
@@ -1156,6 +1156,28 @@ bool PrimUpdaterManager::discardPrimEdits(const Ufe::Path& pulledPath) | |||
return false; | |||
} | |||
|
|||
// Discard of the pull set if it is empty. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should mergeToUsd also get rid of the set? IDK why the task only complained about discard... you did as the task specified, but ask Natalia if the set should also go away when the last edited prim is merged, too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, easy to do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe Natalia wanted to keep the set around for some reason. I don't think so, but it would be good to confirm.
Only failing test is unrelated to my change. |
No description provided.