Blender Git Commit Log

Git Commits -> Revision 9aa7fcd

September 23, 2014, 15:37 (GMT)
Threaded sound strip display data loading.

Sound loading can take too much so move it to a job and continue. This makes
interaction much better. A similar system should be usable for movie previews.

Commit Details:

Full Hash: 9aa7fcd58883418c043097f82f769daeeb15197a
Parent Commit: bf99607
Lines Changed: +250, -61

1 Added Path:

/source/blender/editors/space_sequencer/sequencer_preview.c (+162, -0) (View)

18 Modified Paths:

/intern/audaspace/intern/AUD_C-API.cpp (+4, -1) (Diff)
/intern/audaspace/intern/AUD_C-API.h (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_sequencer.py (+1, -1) (Diff)
/source/blender/blenkernel/BKE_sound.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/packedFile.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/sound.c (+24, -7) (Diff)
/source/blender/blenloader/intern/readfile.c (+8, -12) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -11) (Diff)
/source/blender/editors/sound/sound_ops.c (+2, -2) (Diff)
/source/blender/editors/space_sequencer/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+27, -15) (Diff)
/source/blender/editors/space_sequencer/sequencer_intern.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_sound_types.h (+6, -4) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_sound.c (+1, -1) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021