* 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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user