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: GreasePencil
-
overlay_type¶ Overlay draw type
RECTANGLERectangle, Show rectangle area overlay.REFERENCEReference, Show reference frame only.CURRENTCurrent, Show current frame only.
Type: enum in [‘RECTANGLE’, ‘REFERENCE’, ‘CURRENT’], default ‘RECTANGLE’
-
preview_channels¶ Channels of the preview to draw
COLOR_ALPHAColor and Alpha, Draw image with RGB colors and alpha transparency.COLORColor, Draw image with RGB colors.
Type: enum in [‘COLOR_ALPHA’, ‘COLOR’], default ‘COLOR’
-
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_backdrop¶ Display result under strips
Type: boolean, default False
-
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_grease_pencil¶ Show grease pencil for this view
Type: boolean, default False
-
show_metadata¶ Show metadata of first visible strip
Type: boolean, default False
-
show_safe_areas¶ Show TV title safe and action safe areas in preview
Type: boolean, default False
-
show_safe_center¶ Show safe areas to fit content in a different aspect ratio
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
-
show_strip_offset¶ Display strip in/out offsets
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’
-
waveform_draw_type¶ How Waveforms are drawn
NO_WAVEFORMSWaveforms Off, No waveforms drawn for any sound strips.ALL_WAVEFORMSWaveforms On, Waveforms drawn for all sound strips.DEFAULT_WAVEFORMSUse Strip Option, Waveforms drawn according to 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.Structsubclass
-
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
-
draw_handler_add()¶ Undocumented
-
draw_handler_remove()¶ Undocumented
-
Inherited Properties
Inherited Functions