SequenceEditor(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.SequenceEditor(bpy_struct)¶ Sequence editing data for a Scene data-block
-
meta_stack¶ Meta strip stack, last is currently edited meta strip
Type: bpy_prop_collectionofSequence, (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_STRIPPer Strip, Store proxies using per strip settings.PROJECTProject, Store proxies using project directory.
Type: enum in [‘PER_STRIP’, ‘PROJECT’], default ‘PER_STRIP’
-
sequences¶ Top-level strips only
Type: Sequencesbpy_prop_collectionofSequence, (readonly)
-
sequences_all¶ All strips, recursively including those inside metastrips
Type: bpy_prop_collectionofSequence, (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