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

Avoid auto-edit check on invalid prim. #2336

Merged
merged 1 commit into from
May 10, 2022

Conversation

ppt-adsk
Copy link
Collaborator

@ppt-adsk ppt-adsk commented May 6, 2022

No description provided.

@@ -1291,7 +1291,9 @@ void PrimUpdaterManager::onProxyContentChanged(
const auto& changedPath = *it;
if (changedPath.IsPrimPropertyPath()) {
UsdPrim valueChangedPrim = stage->GetPrimAtPath(changedPath.GetPrimPath());
autoEditFn(context, valueChangedPrim);
if (valueChangedPrim) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I did not know there was a bool operator on UsdPrim.

@ppt-adsk ppt-adsk added the ready-for-merge Development process is finished, PR is ready for merge label May 6, 2022
@seando-adsk seando-adsk added the core Related to core library label May 10, 2022
@seando-adsk seando-adsk merged commit 4192e36 into dev May 10, 2022
@seando-adsk seando-adsk deleted the tremblp/MAYA-122664/no_crash_on_USD_ref_overwrite branch May 10, 2022 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Related to core library ready-for-merge Development process is finished, PR is ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants