SpeedControlSequence(EffectSequence)

base classes — bpy_struct, Sequence, EffectSequence

class bpy.types.SpeedControlSequence(EffectSequence)

Sequence strip to control the speed of other strips

global_speed
Type :float in [0, inf], default 0.0
use_curve_compress_y

Scale F-Curve value to get the target frame number, F-Curve value runs from 0.0 to 1.0

Type :boolean, default False
use_curve_velocity

Interpret the F-Curve value as a velocity instead of a frame number

Type :boolean, default False
use_frame_blend

Blend two frames into the target for a smoother result

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

SpaceView3D(Space)

Next topic

Spline(bpy_struct)