Cleanup: don't use single sets for comparisons
This commit is contained in:
@@ -473,7 +473,7 @@ class SEQUENCER_PT_edit(SequencerButtonsPanel, Panel):
|
||||
split.label(text="Type:")
|
||||
split.prop(strip, "type", text="")
|
||||
|
||||
if strip.type not in {'SOUND'}:
|
||||
if strip.type != 'SOUND':
|
||||
split = layout.split(percentage=0.3)
|
||||
split.label(text="Blend:")
|
||||
split.prop(strip, "blend_type", text="")
|
||||
|
Reference in New Issue
Block a user