Files
test/source/blender
Jacques Lucke 795f63e142 Fix #132941: crash due use after-free in properties editor during baking
The crash happens because some layout drawing code accesses the evaluated data
which is being generated by the baking thread. This access is not thread safe
currently.

This patch simply locks the UI of the properties editor when the interface is
locked using `WM_set_locked_interface` which is done during baking. The same is
done for the 3d view, node editor and spreadsheet already.

Pull Request: https://projects.blender.org/blender/blender/pulls/133867
2025-01-31 16:47:54 +01:00
..
2025-01-30 14:18:40 +11:00
2025-01-30 14:18:40 +11:00
2024-09-20 13:14:57 +10:00
2024-10-04 11:33:21 +02:00