Blender Git Loki
Git Commits -> Revision b534806
Revision b534806 by Richard Antalik (master) October 6, 2021, 03:07 (GMT) |
VSE: Reduce memory footprint when using thumbnails Free strip `anim` data immediately after rendering. This doesn't affect rendering performance, because each new loop would have to seek to start of strip. Also strips are now freed anyway, but after rendering loop ends. With SF edit file, thumbnail rendering used around 60GB of memory. Now it uses few hundreds MB (depends on movie file resolution, codec, etc.) Freeing of strips caused UI to be unresponsive for brief period. This issue is not removed, but is more spread out so it is less noticable. |
Commit Details:
Full Hash: b534806ecb9847c6929d5ef107a2cb729fb636c9
Parent Commit: 0d68d7b
Lines Changed: +2, -0
1 Modified Path:
/source/blender/editors/space_sequencer/sequencer_thumbnails.c (+2, -0) (Diff)