base class — bpy_struct
subclasses — EffectSequence, MetaSequence, ImageSequence, MovieSequence, SoundSequence, MovieClipSequence, SceneSequence
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, (readonly) |
---|
Type : | int in [-inf, inf], default 0, (readonly) |
---|
Type : | int in [-inf, inf], default 0 |
---|
Type : | int in [0, 300000], default 0, (readonly) |
---|
Type : | int in [0, 300000], default 0, (readonly) |
---|
Lock strip so that it can’t be transformed
Type : | boolean, default False |
---|
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’, ‘SOUND’, ‘CROSS’, ‘ADD’, ‘SUBTRACT’, ‘ALPHA_OVER’, ‘ALPHA_UNDER’, ‘GAMMA_CROSS’, ‘MULTIPLY’, ‘OVER_DROP’, ‘PLUGIN’, ‘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 |
---|
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