compatibility fix for overriding context - #134
Merged
hannesdelbeke merged 2 commits intoDec 15, 2025
Merged
Conversation
Collaborator
|
hi, this looks good.
|
Contributor
Author
|
Happens in 4.0 and above due to how overriding context works. Repro is Using Blender 4.0 and above (not tested 5.0 but assume it would crash there too)
|
Contributor
Author
|
Do note that #130 fixes the same issue in a different location, as there was already an PR for it I didn't re-implement it here. But that should also be accepted if this PR is accepted. |
Jerakin
force-pushed
the
fix/blender4.0-context-override
branch
2 times, most recently
from
December 15, 2025 11:43
3cd2d85 to
a2c13ad
Compare
Jerakin
force-pushed
the
fix/blender4.0-context-override
branch
from
December 15, 2025 11:57
a2c13ad to
e9f759c
Compare
Collaborator
|
just merged 130 in |
Collaborator
|
managed to repro issue, seems indeed same as 130 |
Collaborator
|
tested, this PR now triggers the save dialogue as expected. thanks a lot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Quitting with unsaved changes causes crash in 4.0 and higher.