SpeedControlSequence(EffectSequence)

base classes — bpy_struct, Sequence, EffectSequence

class bpy.types.SpeedControlSequence(EffectSequence)

Sequence strip to control the speed of other strips

multiply_speed

Multiply the resulting speed after the speed factor

Type :float in [0, inf], default 0.0
scale_to_length

Scale values from 0.0 to 1.0 to target sequence length

Type :boolean, default False
use_as_speed

Interpret the value as speed 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)