base class — bpy_struct
subclasses — MovieClipSequence, MetaSequence, SceneSequence, EffectSequence, ImageSequence, SoundSequence, MovieSequence, MaskSequence
Sequence strip in the sequence editor
| Type: | float in [0, 1], default 0.0 |
|---|
| Type: | enum in [‘REPLACE’, ‘CROSS’, ‘ADD’, ‘SUBTRACT’, ‘ALPHA_OVER’, ‘ALPHA_UNDER’, ‘GAMMA_CROSS’, ‘MULTIPLY’, ‘OVER_DROP’], default ‘REPLACE’ |
|---|
Y position of the sequence strip
| Type: | int in [0, 31], default 0 |
|---|
| Type: | float in [0, 1], default 0.0 |
|---|
The length of the contents of this strip before the handles are applied
| Type: | int in [1, 300000], default 0, (readonly) |
|---|
The length of the contents of this strip after the handles are applied
| Type: | int in [1, 300000], default 0 |
|---|
End frame displayed in the sequence editor after offsets are applied
| Type: | int in [-inf, inf], default 0 |
|---|
Start frame displayed in the sequence editor after offsets are applied, setting this is equivalent to moving the handle, not the actual start frame
| Type: | int in [-inf, inf], default 0 |
|---|
| Type: | int in [-inf, inf], default 0 |
|---|
| Type: | int in [-inf, inf], default 0 |
|---|
| Type: | int in [-inf, inf], default 0 |
|---|
| Type: | int in [0, 300000], default 0 |
|---|
| Type: | int in [0, 300000], default 0 |
|---|
Lock strip so that it can’t be transformed
| Type: | boolean, default False |
|---|
Modifiers affecting this strip
| Type: | SequenceModifiers bpy_prop_collection of SequenceModifier, (readonly) |
|---|
| Type: | boolean, default False |
|---|
| Type: | string, default “”, (never None) |
|---|
| Type: | boolean, default False |
|---|
| Type: | boolean, default False |
|---|
| Type: | boolean, default False |
|---|
Multiply the current speed of the sequence with this number or remap current frame to this frame
| Type: | float in [-inf, inf], default 0.0 |
|---|
| Type: | enum in [‘IMAGE’, ‘META’, ‘SCENE’, ‘MOVIE’, ‘MOVIECLIP’, ‘MASK’, ‘SOUND’, ‘CROSS’, ‘ADD’, ‘SUBTRACT’, ‘ALPHA_OVER’, ‘ALPHA_UNDER’, ‘GAMMA_CROSS’, ‘MULTIPLY’, ‘OVER_DROP’, ‘WIPE’, ‘GLOW’, ‘TRANSFORM’, ‘COLOR’, ‘SPEED’, ‘MULTICAM’, ‘ADJUSTMENT’], default ‘IMAGE’, (readonly) |
|---|
Fade effect using the built-in default (usually make transition as long as effect strip)
| Type: | boolean, default False |
|---|
Calculate modifiers in linear space instead of sequencer’s space
| Type: | boolean, default False |
|---|
Update the strip dimensions
| Parameters: | data (boolean, (optional)) – Frame, Update strip data |
|---|
Return the strip element from a given frame or None
| Parameters: | frame (int in [-300000, 300000]) – Frame, The frame to get the strip element from |
|---|---|
| Returns: | strip element of the current frame |
| Return type: | SequenceElement |
Inherited Properties
Inherited Functions
References