blender/source
Jacques Lucke 8ce3bb6e05 Fix: Curves: crash when requesting write access for attribute from multiple threads
This is preparation for #106228, the crash does not happen in `main` currently.
The issue was `positions_for_write` might make a copy of the data if it was
shared. This operation is not thread safe on a single mesh. The solution is to
get write-access to the positions only once before threading starts.
2023-03-29 18:40:13 +02:00
..
blender Fix: Curves: crash when requesting write access for attribute from multiple threads 2023-03-29 18:40:13 +02:00
creator Merge branch 'blender-v3.5-release' 2023-03-28 16:33:34 +02:00
CMakeLists.txt Clang-tidy: Don't warn about unrecognized compiler flags 2022-05-06 15:26:54 +02:00