* 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.
This commit is contained in:
Matt Ebb
2009-11-19 03:21:37 +00:00
parent bb3afc81fc
commit 2c08e182c7
7 changed files with 57 additions and 18 deletions

View File

@@ -518,6 +518,8 @@ class SEQUENCER_PT_sound(SequencerButtonsPanel):
row.itemO("sound.pack", icon='ICON_UGLYPACKAGE', text="Pack")
row.itemR(strip.sound, "caching")
layout.itemR(strip, "volume")
class SEQUENCER_PT_filter(SequencerButtonsPanel):