6c74d4af15a4bdc0d29c71e2f2f910842efd864c
In the tiled compositor ensure_delta() can be called from multiple threads, but without any threading synchronization. This worked fine when the node only supported absolute transform: multiple threads would do the same work and assign delta to the same values. With the addition of relative transform in #115947 a code which adjusts previously calculated delta was added, leading to possible double-applying relative transform. The solution is to avoid multiple threads modifying the same data by using a double-locked check. This issue does not happen in 4.2 (main branch) because it switched to full frame compositor, which works differently. Pull Request: https://projects.blender.org/blender/blender/pulls/119883
…
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
11%
C
6.3%
GLSL
2.2%
CMake
1.3%
Other
1.1%
