GaussianBlurSequence(EffectSequence)¶
base classes — bpy_struct
, Sequence
, EffectSequence
-
class
bpy.types.
GaussianBlurSequence
(EffectSequence)¶ Sequence strip creating a gaussian blur
-
input_count
¶ Type: int in [0, inf], default 0, (readonly)
-
size_x
¶ Size of the blur along X axis
Type: float in [0, inf], default 0.0
-
size_y
¶ Size of the blur along Y axis
Type: float in [0, inf], default 0.0
-
Inherited Properties
Inherited Functions