SequenceEditor(bpy_struct)

base class — bpy_struct

class bpy.types.SequenceEditor(bpy_struct)

Sequence editing data for a Scene datablock

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
overlay_lock
Type :boolean, default False
sequences
Type :Sequences bpy_prop_collection of Sequence, (readonly)
sequences_all
Type :bpy_prop_collection of Sequence, (readonly)
show_overlay

Partial overlay on top of the sequencer

Type :boolean, default False

Inherited Properties

Inherited Functions

References

Previous topic

SequenceCrop(bpy_struct)

Next topic

SequenceElement(bpy_struct)