SpeedControlSequence(EffectSequence)

base classes — bpy_struct, Sequence, EffectSequence

class bpy.types.SpeedControlSequence(EffectSequence)

Sequence strip to control the speed of other strips

input_1

First input for the effect strip

Type

Sequence, (never None)

input_count
Type

int in [0, inf], default 0, (readonly)

multiply_speed

Multiply the resulting speed after the speed factor

Type

float in [0, inf], default 0.0

use_as_speed

Interpret the value as speed instead of a frame number

Type

boolean, default False

use_scale_to_length

Scale values from 0.0 to 1.0 to target sequence length

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