Blender Git Loki
Git Commits -> Revision ebb8105
Revision ebb8105 by Sebastian Parborg (studio-sprite-fright) 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