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’
transition_type
Type :enum in [‘SINGLE’, ‘DOUBLE’, ‘IRIS’, ‘CLOCK’], default ‘SINGLE’

Inherited Properties

Inherited Functions

Previous topic

WindowManager(ID)

Next topic

WoodTexture(Texture)