Files
test2/source/blender
Sean Kim feaa7bbbcc Fix #129013: Certain brushes can cause artifacts
Any brush that used the `restore_position_from_undo_step` codepath (i.e.
brushes that use `OrigPositionData` to calculate their deformations) had
the possibility to cause artifacts due to the nested tbb parallelization
causing incorrect usage of TLS data.

To fix this we add a call to `threading::isolate_task` to prevent thread
stealing.

Pull Request: https://projects.blender.org/blender/blender/pulls/129020
2024-10-14 22:46:30 +02:00
..
2024-10-04 14:46:59 +10:00
2024-09-20 13:14:57 +10:00
2024-09-20 13:14:57 +10:00
2024-10-14 15:43:41 +02:00
2024-10-10 13:26:07 +02:00