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

USDScene : Fix crash trying to write to an open stage #1431

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

johnhaddon
Copy link
Member

In this case, UsdStage::CreateNew() returns a null result, which we were dereferencing, leading to a crash. We now just throw an exception describing the problem instead.

@danieldresser-ie
Copy link
Contributor

LGTM

In this case, `UsdStage::CreateNew()` returns a null result, which we were dereferencing, leading to a crash. We now just throw an exception describing the problem instead.
@johnhaddon johnhaddon merged commit ec54e8f into ImageEngine:RB-10.5 Sep 16, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants