SequencerTimelineOverlay(bpy_struct)¶
base class — bpy_struct
- class bpy.types.SequencerTimelineOverlay(bpy_struct)¶
- show_fcurves¶
Display strip opacity/volume curve
- Type:
boolean, default False
- show_grid¶
Show vertical grid lines
- Type:
boolean, default False
- show_strip_duration¶
- Type:
boolean, default False
- show_strip_name¶
- Type:
boolean, default False
- show_strip_offset¶
Display strip in/out offsets
- Type:
boolean, default False
- show_strip_retiming¶
Display retiming keys on top of strips
- Type:
boolean, default False
- show_strip_source¶
Display path to source file, or name of source datablock
- Type:
boolean, default False
- show_strip_tag_color¶
Display the strip color tags in the sequencer
- Type:
boolean, default False
- show_thumbnails¶
Show strip thumbnails
- Type:
boolean, default False
- waveform_display_style¶
How Waveforms are displayed
FULL_WAVEFORMS
Full – Display full waveform.HALF_WAVEFORMS
Half – Display upper half of the absolute value waveform.
- Type:
enum in [‘FULL_WAVEFORMS’, ‘HALF_WAVEFORMS’], default ‘FULL_WAVEFORMS’
- waveform_display_type¶
How Waveforms are displayed
ALL_WAVEFORMS
On – Display waveforms for all sound strips.DEFAULT_WAVEFORMS
Strip – Display waveforms depending on strip setting.NO_WAVEFORMS
Off – Don’t display waveforms for any sound strips.
- Type:
enum in [‘ALL_WAVEFORMS’, ‘DEFAULT_WAVEFORMS’, ‘NO_WAVEFORMS’], default ‘DEFAULT_WAVEFORMS’
- 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.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None)¶
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type