-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Load / Save Template crash Blender 4.2 RC #39
Comments
Interesting. Thanks for the report! |
I'm unable to replicate the issue. Can you please attach a zip of the blend and the template being loaded? |
Yeah, I think the problem is in my user prefs after migrating from 3.6./ 4.1 |
Found the issue, the crash will happen if you set the temporary editor file browser to maximized area also found this, https://projects.blender.org/blender/blender/issues/123698 |
ue2rigify - removed legacy undo #39
Confirmed crashing with access violation using the above setting on 4.1 and 4.2 |
Welp I put break points all over the place where the file browser gets opened and none get triggered. My current theory is Blender is trying to interact with the settings dialog through context or something which ends up not existing in memory anymore since the area gets replaced with the file browser. Might be something to report to Blender themselves. |
I haven't spotted any new report about the maximized area, plus I have no issues in other addons that use file browser |
Hmmm can I please get the name of some of those addons so I can test? I wonder if it's something to do with ImportHelper / ExportHelper |
Heh, there is no crash on Pipline -Import -Import Asset |
Yeah that's why I'm thinking it's something in the backend having to do with trying to close out of a popup. The only difference between them from what I can see is that ImportAsset isn't accessed from a dialog. I'm going to try adding that operator to the dialog and see what happens. |
Yep it crashes from the dialog (bpy.types.Panel) |
I wrote a simple addon that replicates how send2ue invokes the setting dialog and load/save template ImportHelper operators and can confirm it crashes.
|
I have created a bug report for Blender here |
Thank you 🙏 |
Updating with latest activity from Blender. Still no fix, but at least they are aware and trying to come up with solutions. |
Blender 4.2 RC crash on Load and Save Template in Settings Dialog
The text was updated successfully, but these errors were encountered: