String fix and a bunch of PEP8 issues I had collected in the meanwhile.
This commit is contained in:
@@ -109,10 +109,11 @@ class SEQUENCER_MT_view(bpy.types.Menu):
|
||||
layout.prop(st, "separate_color_preview")
|
||||
|
||||
layout.separator()
|
||||
|
||||
|
||||
layout.operator("screen.area_dupli")
|
||||
layout.operator("screen.screen_full_area")
|
||||
|
||||
|
||||
class SEQUENCER_MT_select(bpy.types.Menu):
|
||||
bl_label = "Select"
|
||||
|
||||
@@ -336,8 +337,8 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel):
|
||||
if not strip:
|
||||
return False
|
||||
|
||||
return strip.type in ('ADD','SUBTRACT','ALPHA_OVER','ALPHA_UNDER',
|
||||
'GAMMA_CROSS','MULTIPLY','OVER_DROP',
|
||||
return strip.type in ('ADD', 'SUBTRACT', 'ALPHA_OVER', 'ALPHA_UNDER',
|
||||
'GAMMA_CROSS', 'MULTIPLY', 'OVER_DROP',
|
||||
'PLUGIN',
|
||||
'WIPE', 'GLOW', 'TRANSFORM', 'COLOR', 'SPEED')
|
||||
|
||||
|
Reference in New Issue
Block a user