WipeSequence(EffectSequence)
base classes — bpy_struct, Sequence, EffectSequence
- class bpy.types.WipeSequence(EffectSequence)
 Sequence strip creating a wipe transition
- angle
 Edge angle
- Type
 float in [-1.5708, 1.5708], default 0.0
- blur_width
 Width of the blur edge, in percentage relative to the image size
- Type
 float in [0, 1], default 0.0
- direction
 Wipe direction
- 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 (string) – The RNA type identifier.
- Returns
 The RNA type or default when not found.
- Return type
 bpy.types.Structsubclass
- 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