StripModifier(bpy_struct)
base class — bpy_struct
subclasses —
BrightContrastModifier, ColorBalanceModifier, CurvesModifier, EchoModifier, HueCorrectModifier, MaskStripModifier, PitchModifier, SequencerCompositorModifierData, SequencerTonemapModifierData, SoundEqualizerModifier, WhiteBalanceModifier
- class bpy.types.StripModifier(bpy_struct)
Modifier for sequence strip
- enable
Enable this modifier (default True)
- Type:
bool
- input_mask_type
Type of input data used for mask (default
'STRIP')STRIPStrip – Use sequencer strip as mask input.IDMask – Use mask ID as mask input.
- Type:
Literal[‘STRIP’, ‘ID’]
- is_active
This modifier is active (default False)
- Type:
bool
- mask_time
Time to use for the Mask animation (default
'RELATIVE')RELATIVERelative – Mask animation is offset to start of strip.ABSOLUTEAbsolute – Mask animation is in sync with scene frame.
- Type:
Literal[‘RELATIVE’, ‘ABSOLUTE’]
- mute
Mute this modifier (default False)
- Type:
bool
- name
(default “”, never None)
- Type:
str
- show_expanded
Mute expanded settings for the modifier (default False)
- Type:
bool
- type
(default
'BRIGHT_CONTRAST', readonly)- Type:
Literal[Strip Modifier Type Items]
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type:
Inherited Properties
Inherited Functions
References
|