05241f47f57d66763ae3b3b641741426c4787ba0
The `WITH_TBB` define needs to be set in order for code using the various parallel threading helpers [1][2] to actually be multi-threaded. The affected projects did not have `WITH_TBB` defined and were using the single-thread variant of all affected APIs. Additionally, in the case of `EnumerableThreadSpecific`, this results in an ODR violation where there are 2 versions of the same class linked into our final binary. One with TBB members and one without. -------- [1] Namely code using the `BLI_task.hh`, `BLI_sort.hh`, and `BLI_enumerable_thread_specific.hh` headers [2] `EnumerableThreadSpecific`, `parallel_for_each`, `parallel_reduce`, `parallel_invoke`, `isolate_task`, `parallel_sort` Pull Request: https://projects.blender.org/blender/blender/pulls/124283
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
