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_collection
ofSequence
, (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
ofSequence
, (readonly)
-
sequences_all
¶ All strips, recursively including those inside metastrips
Type: bpy_prop_collection
ofSequence
, (readonly)
-
show_overlay
¶ Partial overlay on top of the sequencer
Type: boolean, default False
-
use_overlay_lock
¶ Type: boolean, default False
-
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.Struct
subclass
-
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
-
Inherited Properties
Inherited Functions
References