SpaceSequenceEditor(Space)

base classes — bpy_struct, Space

class bpy.types.SpaceSequenceEditor(Space)

Sequence editor space data

display_channel

The channel number shown in the image preview. 0 is the result of all strips combined

Type :int in [-5, 32], default 0
display_mode

View mode to use for displaying sequencer output

Type :enum in [‘IMAGE’, ‘WAVEFORM’, ‘VECTOR_SCOPE’, ‘HISTOGRAM’], default ‘IMAGE’
draw_overexposed

Show overexposed areas with zebra stripes

Type :int in [0, 110], default 0
grease_pencil

Grease pencil data for this space

Type :UnknownType, (readonly)
proxy_render_size

Draw preview using full resolution or different proxy resolutions

Type :enum in [‘NONE’, ‘SCENE’, ‘PROXY_25’, ‘PROXY_50’, ‘PROXY_75’, ‘PROXY_100’, ‘FULL’], default ‘SCENE’
show_frame_indicator

Show frame number beside the current frame indicator line

Type :boolean, default False
show_frames

Draw frames rather than seconds

Type :boolean, default False
show_safe_margin

Draw title safe margins in preview

Type :boolean, default False
show_seconds

Show timing in seconds not frames

Type :boolean, default False
show_separate_color

Separate color channels in preview

Type :boolean, default False
use_grease_pencil

Display and edit the grease pencil freehand annotations overlay

Type :boolean, default False
use_marker_sync

Transform markers as well as strips

Type :boolean, default False
view_type

Type of the Sequencer view (sequencer, preview or both)

Type :enum in [‘SEQUENCER’, ‘PREVIEW’, ‘SEQUENCER_PREVIEW’], default ‘SEQUENCER’

Inherited Properties

Inherited Functions

Previous topic

SpaceProperties(Space)

Next topic

SpaceTextEditor(Space)