SequenceModifier(bpy_struct)¶
base class — bpy_struct
subclasses —
BrightContrastModifier
, ColorBalanceModifier
, CurvesModifier
, HueCorrectModifier
-
class
bpy.types.
SequenceModifier
(bpy_struct)¶ Modifier for sequence strip
-
input_mask_type
¶ Type of input data used for mask
STRIP
Strip, Use sequencer strip as mask input.ID
Mask, Use mask ID as mask input.
Type: enum in [‘STRIP’, ‘ID’], default ‘STRIP’
-
mute
¶ Mute this modifier
Type: boolean, default False
-
name
¶ Type: string, default “”, (never None)
-
show_expanded
¶ Mute expanded settings for the modifier
Type: boolean, default False
-
type
¶ Type: enum in [‘COLOR_BALANCE’, ‘CURVES’, ‘HUE_CORRECT’, ‘BRIGHT_CONTRAST’, ‘MASK’], default ‘COLOR_BALANCE’, (readonly)
-
Inherited Properties
Inherited Functions
References