StripModifier(bpy_struct)
base class — bpy_struct
subclasses —
BrightContrastModifier, ColorBalanceModifier, CurvesModifier, HueCorrectModifier, MaskStripModifier, SequencerCompositorModifierData, SequencerTonemapModifierData, SoundEqualizerModifier, WhiteBalanceModifier
- class bpy.types.StripModifier(bpy_struct)
Modifier for sequence strip
- enable
Enable this modifier
- Type:
boolean, default False
- input_mask_type
Type of input data used for mask
STRIPStrip – Use sequencer strip as mask input.IDMask – Use mask ID as mask input.
- Type:
enum in [
'STRIP','ID'], default"'STRIP'"
- is_active
This modifier is active
- Type:
boolean, default False
- mask_time
Time to use for the Mask animation
RELATIVERelative – Mask animation is offset to start of strip.ABSOLUTEAbsolute – Mask animation is in sync with scene frame.
- Type:
enum in [
'RELATIVE','ABSOLUTE'], default"'RELATIVE'"
- 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 Strip Modifier Type Items, default
"'BRIGHT_CONTRAST'", (readonly)
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Structsubclass