Fix [#36423] Audio strips contain selectable (visual) blend modes and opacity value
Simply hide blend type and opacity for SOUND strips!
This commit is contained in:
@@ -407,6 +407,7 @@ class SEQUENCER_PT_edit(SequencerButtonsPanel, Panel):
|
|||||||
split.label(text="Type:")
|
split.label(text="Type:")
|
||||||
split.prop(strip, "type", text="")
|
split.prop(strip, "type", text="")
|
||||||
|
|
||||||
|
if strip.type not in {'SOUND'}:
|
||||||
split = layout.split(percentage=0.3)
|
split = layout.split(percentage=0.3)
|
||||||
split.label(text="Blend:")
|
split.label(text="Blend:")
|
||||||
split.prop(strip, "blend_type", text="")
|
split.prop(strip, "blend_type", text="")
|
||||||
|
Reference in New Issue
Block a user