WipeSequence(EffectSequence)¶
base classes — bpy_struct
, Sequence
, EffectSequence
- class bpy.types.WipeSequence(EffectSequence)¶
Sequence strip creating a wipe transition
- angle¶
Angle of the transition
- Type:
float in [-1.5708, 1.5708], default 0.0
- blur_width¶
Width of the blur for the transition, in percentage relative to the image size
- Type:
float in [0, 1], default 0.0
- direction¶
Whether to fade in or out
- Type:
enum in [‘OUT’, ‘IN’], default ‘OUT’
- input_count¶
- Type:
int in [0, inf], default 0, (readonly)
- transition_type¶
- Type:
enum in [‘SINGLE’, ‘DOUBLE’, ‘IRIS’, ‘CLOCK’], default ‘SINGLE’
- classmethod bl_rna_get_subclass(id, default=None)¶
- Parameters:
id (str) – 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 (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type