Blender Git Loki
Git Commits -> Revision 2c08e18
November 19, 2009, 03:21 (GMT) |
* Added control and animation of sound volume of sequence sound strips (found in properties pane) To insert keys, use I key while hovering over the button for now, rmb clicking on the property to insert a key doesn't work (general bug for all regions except property editor - will investigate). Doesn't convert over from old fac0 ipos on opening old files though for the time being. * Made sequence strip names unique while I was at it, to allow strip properties to be animated properly. |
Commit Details:
Full Hash: 2c08e182c76a6dfddfe3c0e36f6d1317857bf64e
SVN Revision: 24667
Parent Commit: bb3afc8
Lines Changed: +57, -18
7 Modified Paths:
/release/scripts/ui/space_sequencer.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_sequence.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/sequence.c (+21, -6) (Diff)
/source/blender/blenkernel/intern/sound.c (+5, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+12, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_sequence.c (+13, -10) (Diff)
/source/blender/blenkernel/BKE_sequence.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/sequence.c (+21, -6) (Diff)
/source/blender/blenkernel/intern/sound.c (+5, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+12, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_sequence.c (+13, -10) (Diff)