Filter2DActuator(Actuator)

base classes — bpy_struct, Actuator

class bpy.types.Filter2DActuator(Actuator)

Actuator to apply screen graphic effects

filter_pass

Set filter order

Type :int in [0, 99], default 0
glsl_shader
Type :Text
mode
Type :enum in [‘ENABLE’, ‘DISABLE’, ‘REMOVE’, ‘MOTIONBLUR’, ‘BLUR’, ‘SHARPEN’, ‘DILATION’, ‘EROSION’, ‘LAPLACIAN’, ‘SOBEL’, ‘PREWITT’, ‘GRAYSCALE’, ‘SEPIA’, ‘INVERT’, ‘CUSTOMFILTER’], default ‘REMOVE’
motion_blur_factor

Motion blur factor

Type :float in [0, 1], default 0.0
use_motion_blur

Enable/Disable Motion Blur

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

FileSelectParams(bpy_struct)

Next topic

FloatProperties(bpy_struct)