Blender Git Commit Log

Git Commits -> Revision 9b1f109

September 19, 2014, 17:51 (GMT)
Hack to make undo/redo faster in sequencer when using strips with
waveform display.

Basically, we store the waveform. This is not really recommended but
until we have nice threaded creation for the strips that doesn't block
the interface it's a nice solution for gooseverry.

May be wise to limit the undo memory for people who use that because
basically each operation will store a copy of the waveform in the file.

Commit Details:

Full Hash: 9b1f109c8964613d937e7490c6da3d3c8766cd4b
Parent Commit: 0f62717
Lines Changed: +36, -14

9 Modified Paths:

/source/blender/blenkernel/BKE_sound.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/packedFile.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/sound.c (+7, -6) (Diff)
/source/blender/blenloader/intern/readfile.c (+12, -2) (Diff)
/source/blender/blenloader/intern/writefile.c (+10, -0) (Diff)
/source/blender/editors/sound/sound_ops.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_sound_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_sound.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021