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_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_type

How Waveforms are displayed

  • NO_WAVEFORMS Waveforms Off – Don’t display waveforms for any sound strips.

  • ALL_WAVEFORMS Waveforms On – Display waveforms for all sound strips.

  • DEFAULT_WAVEFORMS Use Strip Option – Display waveforms depending on strip setting.

Type

enum in [‘NO_WAVEFORMS’, ‘ALL_WAVEFORMS’, ‘DEFAULT_WAVEFORMS’], default ‘DEFAULT_WAVEFORMS’

classmethod bl_rna_get_subclass(id, default=None)
Parameters

id (string) – 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 (string) – The RNA type identifier.

Returns

The class or default when not found.

Return type

type

Inherited Properties

Inherited Functions

References