Blender Git Loki
Git Commits -> Revision 50544ea
Revision 50544ea by Campbell Barton (master) December 18, 2009, 13:28 (GMT) |
- sequence strips without scenes would crash on display - appending scenes would not append the sound and scene ID's for sequence strips - reload button in sequence header now reloads sounds as well. - redrawing the sequence image view didnt work while plaing (unless play was activated from that region) - generic functions for running a callback on sequence strips recursively. seqbase_recursive_apply() and seq_recursive_apply() - bind marker with camera was set to home key, use Ctrl+B instead. |
Commit Details:
Full Hash: 50544ea6457fb1a05eedd184251e33956deab03f
SVN Revision: 25465
Parent Commit: c836b0a
Lines Changed: +80, -26
7 Modified Paths:
/source/blender/blenkernel/BKE_sequencer.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+52, -22) (Diff)
/source/blender/blenloader/intern/readfile.c (+11, -0) (Diff)
/source/blender/editors/animation/anim_markers.c (+1, -2) (Diff)
/source/blender/editors/screen/screen_ops.c (+8, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+52, -22) (Diff)
/source/blender/blenloader/intern/readfile.c (+11, -0) (Diff)
/source/blender/editors/animation/anim_markers.c (+1, -2) (Diff)
/source/blender/editors/screen/screen_ops.c (+8, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+2, -2) (Diff)