a4b92a68145143f15a53cbee82e7d2a99a4fad9e
According to the report it is a regression since 3.2, but it is tricky to pin-point which exact commit caused it. The root of the issue is that under certain circumstances frame might be read and processed twice, depending on the order in which panels and the main area is drawn: the footage information panel skips cache, so it it is drawn prior to the main area it leads to 2 frame reads. Opening the Metadata panel triggers code path which forces frame to be put to the cache, solving the double frame read. Solution is simple: do not skip cache when acquiring image buffer for the footage information: the same frame will be needed for the main area as well. Pull Request #104860
…
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%
