SequencerTimelineOverlay(bpy_struct)
base class — bpy_struct
- class bpy.types.SequencerTimelineOverlay(bpy_struct)
- show_fcurves
Display strip opacity/volume curve (default False)
- Type:
bool
- show_grid
Show vertical grid lines (default False)
- Type:
bool
- show_strip_duration
(default False)
- Type:
bool
- show_strip_name
(default False)
- Type:
bool
- show_strip_offset
Display strip in/out offsets (default False)
- Type:
bool
- show_strip_retiming
Display retiming keys on top of strips (default False)
- Type:
bool
- show_strip_source
Display path to source file, or name of source data-block (default False)
- Type:
bool
- show_strip_tag_color
Display the strip color tags in the sequencer (default False)
- Type:
bool
- thumbnail_display_style
How thumbnails are displayed (default
'NO_THUMBNAILS')NO_THUMBNAILSNone – Do not show strip thumbnails.STRIP_ENDSStrip Ends – Show thumbnails only at the beginning and end of the strip.CONTINUOUSContinuous – Display thumbnails as a filmstrip.
- Type:
Literal[‘NO_THUMBNAILS’, ‘STRIP_ENDS’, ‘CONTINUOUS’]
- waveform_display_style
How Waveforms are displayed (default
'FULL_WAVEFORMS')FULL_WAVEFORMSFull – Display full waveform.HALF_WAVEFORMSHalf – Display upper half of the absolute value waveform.
- Type:
Literal[‘FULL_WAVEFORMS’, ‘HALF_WAVEFORMS’]
- waveform_display_type
How Waveforms are displayed (default
'DEFAULT_WAVEFORMS')ALL_WAVEFORMSOn – Display waveforms for all sound strips.DEFAULT_WAVEFORMSStrip – Display waveforms depending on strip setting.NO_WAVEFORMSOff – Don’t display waveforms for any sound strips.
- Type:
Literal[‘ALL_WAVEFORMS’, ‘DEFAULT_WAVEFORMS’, ‘NO_WAVEFORMS’]
- 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:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (type | None) – The value to return when not found.
- Returns:
The class or default when not found.
- Return type:
type