Filter2DActuator(Actuator)

base classes — bpy_struct, Actuator

class bpy.types.Filter2DActuator(Actuator)

Actuator to apply screen graphic effects

filter_pass

Set filter order (in [0, 99], default 0)

Type:

int

glsl_shader
Type:

Text

mode

(default 'REMOVE')

Type:

Literal[‘ENABLE’, ‘DISABLE’, ‘REMOVE’, ‘BLUR’, ‘SHARPEN’, ‘DILATION’, ‘EROSION’, ‘LAPLACIAN’, ‘SOBEL’, ‘PREWITT’, ‘GRAYSCALE’, ‘SEPIA’, ‘INVERT’, ‘CUSTOMFILTER’]

motion_blur_factor

Motion blur factor (in [0, 1], default 0.0)

Type:

float

use_motion_blur

Enable/Disable Motion Blur (default True)

Type:

bool

classmethod bl_rna_get_subclass(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (bpy.types.Struct | None) – The value to return when not found.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct

classmethod bl_rna_get_subclass_py(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (type | None) – The value to return when not found.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions