Files
test/source
Hans Goudey cf9fcbf24e Cleanup: Use C++ threading API in sculpt/paint code
Remove the global `SculptThreadedTaskData` struct which contained
the arguments to ALL multi-threaded sculpt functions. Use the C++
threading API instead of the old task API, moving the arguments
previously stored in the shared struct to actual function arguments.

Pull Request: https://projects.blender.org/blender/blender/pulls/111525
2023-08-25 18:18:35 +02:00
..