6826efdb02021f85d9fecc61c966d88af66b1d57
As part of PR #118396 the "generator" effect strips (color, text, adjustment) also started to put their "raw" images into the cache. However, seq_cache_timeline_frame_to_frame_index that has optimization that tries to use only one cache entry based on how many frames are present in the strip was not expecting to see effect strips, ever. As a result, something like adjustment layer would effectively just cache a single frame, since it has no "source frames" to speak of. Fixed that by only doing this optimization for non-effect strips.
…
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%
