Sequence(bpy_struct)

base class — bpy_struct

subclasses — MulticamSequence, ImageSequence, SceneSequence, AdjustmentSequence, MetaSequence, SoundSequence, MovieSequence, EffectSequence

class bpy.types.Sequence(bpy_struct)

Sequence strip in the sequence editor

blend_alpha
Type :float in [0, 1], default 0.0
blend_type
Type :enum in [‘REPLACE’, ‘CROSS’, ‘ADD’, ‘SUBTRACT’, ‘ALPHA_OVER’, ‘ALPHA_UNDER’, ‘GAMMA_CROSS’, ‘MULTIPLY’, ‘OVER_DROP’], default ‘REPLACE’
channel

Y position of the sequence strip

Type :int in [0, 31], default 0
effect_fader
Type :float in [0, 1], default 0.0
frame_duration

The length of the contents of this strip before the handles are applied

Type :int in [1, 300000], default 0, (readonly)
frame_final_duration

The length of the contents of this strip after the handles are applied

Type :int in [1, 300000], default 0
frame_final_end

End frame displayed in the sequence editor after offsets are applied

Type :int in [-inf, inf], default 0
frame_final_start

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
frame_offset_end
Type :int in [-inf, inf], default 0, (readonly)
frame_offset_start
Type :int in [-inf, inf], default 0, (readonly)
frame_start
Type :int in [-inf, inf], default 0
frame_still_end
Type :int in [0, 300000], default 0, (readonly)
frame_still_start
Type :int in [0, 300000], default 0, (readonly)
input_1

First input for the effect strip

Type :Sequence, (readonly)
input_2

Second input for the effect strip

Type :Sequence, (readonly)
input_3

Third input for the effect strip

Type :Sequence, (readonly)
input_count
Type :int in [0, inf], default 0, (readonly)
lock

Lock strip so that it can’t be transformed

Type :boolean, default False
mute
Type :boolean, default False
name
Type :string, default “”
select
Type :boolean, default False
select_left_handle
Type :boolean, default False
select_right_handle
Type :boolean, default False
speed_factor

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
Type :enum in [‘IMAGE’, ‘META’, ‘SCENE’, ‘MOVIE’, ‘SOUND’, ‘CROSS’, ‘ADD’, ‘SUBTRACT’, ‘ALPHA_OVER’, ‘ALPHA_UNDER’, ‘GAMMA_CROSS’, ‘MULTIPLY’, ‘OVER_DROP’, ‘PLUGIN’, ‘WIPE’, ‘GLOW’, ‘TRANSFORM’, ‘COLOR’, ‘SPEED’, ‘MULTICAM’, ‘ADJUSTMENT’], default ‘IMAGE’, (readonly)
use_default_fade

Fade effect using the built-in default (usually make transition as long as effect strip)

Type :boolean, default False
waveform

Whether to draw the sound’s waveform

Type :boolean, default False
getStripElem(frame)

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
swap(other)

swap

Parameters:other (Sequence, (never None)) – Other

Inherited Properties

Inherited Functions

References

Previous topic

Sensor(bpy_struct)

Next topic

SequenceColorBalance(bpy_struct)