d5d64f4a9f7d80223417905bd243c28c425e545d
Crash was happening in this scenario: - mouse was over a property in the dialog - operator had a "check" callback that was accessing certain operator stuff In this case, the `UI_BUT_ACTIVE_DEFAULT` button was executed, operator finished or canceled (but stuff was freed along the way), then code kicked in to still handle ENTER over the property in the popup (e.g. toggle a checkbox), the `uiAfterFunc` still had the `popup_op`, tried to run `popup_check` again with the faulty data. Simple way to fix this is to use `WM_UI_HANDLER_BREAK` to not handle further buttons after executing the `UI_BUT_ACTIVE_DEFAULT` Pull Request: https://projects.blender.org/blender/blender/pulls/125085
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
