Blender Git Commit Log

Git Commits -> Revision ebb8105

October 5, 2021, 16:57 (GMT)
VSE: Free animation strip data if they are not visible

Previously we would only free animation strip data when doing final
renders. If not doing a final render or simply just playing back videos
in the VSE, we would not free decoders or non VSE cache data from the
strips.

This would lead to memory usage exploding in complex VSE scenes.

Now we instead use the dumb apporach of freeing everything that is not
currently visible.

Commit Details:

Full Hash: ebb81050c588bb39a3adf8664bc04f04382a02cb
Parent Commit: 02fd9c2
Lines Changed: +4, -4

3 Modified Paths:

/source/blender/render/intern/pipeline.c (+1, -1) (Diff)
/source/blender/sequencer/intern/render.c (+3, -0) (Diff)
/source/blender/sequencer/intern/strip_relations.c (+0, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021