Package bpy :: Module types :: Class SpaceSequenceEditor
[hide private]
[frames] | no frames]

Class SpaceSequenceEditor


The Space Sequence Editor Object

Sequence editor space data.

(no references to this struct found)

Instance Variables [hide private]
int in [0, 32] display_channel
The channel number shown in the image preview.
enum display_mode
The view mode to use for displaying sequencer output.
boolean draw_frames
Draw frames rather then seconds.
int in [0, 110] draw_overexposed
Show overexposed areas with zebra stripes.
boolean draw_safe_margin
Draw title safe margins in preview.
UnknownType (readonly) grease_pencil
Grease pencil data for this space.
float in [-inf, inf] offset_x
Offsets image horizontally from the view center
float in [-inf, inf] offset_y
Offsets image horizontally from the view center
boolean separate_color_preview
Seperate color channels in preview.
boolean show_cframe_indicator
Show frame number beside the current frame indicator line.
boolean transform_markers
Transform markers as well as strips.
enum (readonly) type
Space data type. (Inherited from bpy.types.Space)
boolean use_grease_pencil
Display and edit the grease pencil freehand annotations overlay.
float in [-inf, inf] zoom
Display zoom level
Instance Variable Details [hide private]

display_channel

The channel number shown in the image preview. 0 is the result of all strips combined.
Type:
int in [0, 32]

display_mode

The view mode to use for displaying sequencer output. in...
  • SEQUENCER
  • IMAGE
  • WAVEFORM
  • VECTOR_SCOPE
  • HISTOGRAM
Type:
enum