You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm not 100% sure about the causes of occurrence of this issue but when a Full Object Preset gets executed, sometimes it causes blender to crash.
To Reproduce
Steps to reproduce the behavior:
Create a full object preset
Click to execute the preset
Here is when I'm not totally sure:
Way 1 is you expand the side register menu in the left corner when you can see operator's properties and manipulate some.
Or Way 2 that led to the crash is unknown, sometimes I set up bakes and blender crashes upon full object preset execution.
Expected behavior
No crashes.
Logs
Stack trace is not included. In short, crash happens on thread initialization, likely at the start of the process of preset execution (which is based on plain .py files) or when operator properties get written to the register (because I included REGISTER for bl_options for the execute_preset operator . Here are python backlogs, but they turned out to not tell anything useful. Actual stuff is in the stack trace.
This bug report is:
Describe the bug
I'm not 100% sure about the causes of occurrence of this issue but when a Full Object Preset gets executed, sometimes it causes blender to crash.
To Reproduce
Steps to reproduce the behavior:
Here is when I'm not totally sure:
Way 1 is you expand the side register menu in the left corner when you can see operator's properties and manipulate some.
Or Way 2 that led to the crash is unknown, sometimes I set up bakes and blender crashes upon full object preset execution.
Expected behavior
No crashes.
Logs
Stack trace is not included. In short, crash happens on thread initialization, likely at the start of the process of preset execution (which is based on plain
.py
files) or when operator properties get written to the register (because I includedREGISTER
forbl_options
for theexecute_preset
operator . Here are python backlogs, but they turned out to not tell anything useful. Actual stuff is in the stack trace.Desktop (please complete the following information):
Haven't tested if this happens on Linux though.
The text was updated successfully, but these errors were encountered: