SpeedControlSequence(EffectSequence)#
base classes — bpy_struct
, Sequence
, EffectSequence
- class bpy.types.SpeedControlSequence(EffectSequence)#
Sequence strip to control the speed of other strips
- input_count#
- Type:
int in [0, inf], default 0, (readonly)
- speed_control#
Speed control method
STRETCH
Stretch – Adjust input playback speed, so its duration fits strip length.MULTIPLY
Multiply – Multiply with the speed factor.FRAME_NUMBER
Frame Number – Frame number of the input strip.LENGTH
Length – Percentage of the input strip length.
- Type:
enum in [‘STRETCH’, ‘MULTIPLY’, ‘FRAME_NUMBER’, ‘LENGTH’], default ‘STRETCH’
- 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
- speed_frame_number#
Frame number of input strip
- Type:
float in [-inf, inf], default 0.0
- speed_length#
Percentage of input strip length
- Type:
float in [-inf, inf], default 0.0
- use_frame_interpolate#
Do crossfade blending between current and next frame
- 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