StripModifier(bpy_struct)¶
base class — bpy_struct
Subclasses
- BrightContrastModifier(StripModifier)
- ColorBalanceModifier(StripModifier)
- CurvesModifier(StripModifier)
- EchoModifier(StripModifier)
- HueCorrectModifier(StripModifier)
- MaskStripModifier(StripModifier)
- PitchModifier(StripModifier)
- SequencerCompositorModifierData(StripModifier)
- SequencerTonemapModifierData(StripModifier)
- SoundEqualizerModifier(StripModifier)
- WhiteBalanceModifier(StripModifier)
- class bpy.types.StripModifier(bpy_struct)¶
Modifier for sequence strip
- enable¶
Use modifier during render (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
- show_preview¶
Display modifier in preview (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¶
|