Blender Git Loki
Git Commits -> Revision cd4ffe4
Revision cd4ffe4 by Sergey Sharybin (master) September 14, 2012, 14:28 (GMT) |
Sequencer: clear cache and animation buffers for strips outside of cursor when rendering This avoids having bunch of cached images when doing animation rendering, keeping all the memory available for rendered itself. This keeps memory usage low when rendering huge edits with mixed scenes and movie strips. This should not affect on sped of video encoding, which was confirmed by some own tests. -- svn merge -r50051:50052 ^/branches/soc-2011-tomato |
Commit Details:
Full Hash: cd4ffe496aa63e78b46f332ec24873cd0fce3061
SVN Revision: 50590
Parent Commit: 51077ea
Lines Changed: +17, -36
5 Modified Paths:
/source/blender/blenkernel/BKE_sequencer.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+9, -28) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+1, -1) (Diff)
/source/blender/render/intern/source/pipeline.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+9, -28) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+1, -1) (Diff)
/source/blender/render/intern/source/pipeline.c (+1, -1) (Diff)