Files
test2/source
Sean Kim 308e47ef17 Fix #139617: Crash when activating brush
It is possible on file load that the `previous_active_brush_reference`
is an invalid old memory location. To prevent this, set the ptr to
nullptr on file load, as it should only be used within a given session.

Pull Request: https://projects.blender.org/blender/blender/pulls/139618
2025-05-30 07:39:23 +02:00
..