SequenceEditor(bpy_struct)

base class — bpy_struct

class bpy.types.SequenceEditor(bpy_struct)

Sequence editing data for a Scene data-block

active_strip

Sequencer’s active strip

Type:Sequence
meta_stack

Meta strip stack, last is currently edited meta strip

Type:bpy_prop_collection of Sequence, (readonly)
overlay_frame
Type:int in [-inf, inf], default 0
proxy_dir
Type:string, default “”, (never None)
proxy_storage

How to store proxies for this project

  • PER_STRIP Per Strip, Store proxies using per strip settings.
  • PROJECT Project, Store proxies using project directory.
Type:enum in [‘PER_STRIP’, ‘PROJECT’], default ‘PER_STRIP’
sequences

Top-level strips only

Type:Sequences bpy_prop_collection of Sequence, (readonly)
sequences_all

All strips, recursively including those inside metastrips

Type:bpy_prop_collection of Sequence, (readonly)
show_overlay

Partial overlay on top of the sequencer

Type:boolean, default False
use_overlay_lock
Type:boolean, default False

Inherited Properties

Inherited Functions

References