CompositorNodeBlur(CompositorNode)

base classes — bpy_struct, Node, CompositorNode

class bpy.types.CompositorNodeBlur(CompositorNode)
aspect_correction

Type of aspect correction to use

Type :enum in [‘NONE’, ‘Y’, ‘X’], default ‘NONE’
factor
Type :float in [0, 2], default 0.0
factor_x
Type :float in [0, 100], default 0.0
factor_y
Type :float in [0, 100], default 0.0
filter_type
Type :enum in [‘FLAT’, ‘TENT’, ‘QUAD’, ‘CUBIC’, ‘GAUSS’, ‘FAST_GAUSS’, ‘CATROM’, ‘MITCH’], default ‘FLAT’
size_x
Type :int in [0, 2048], default 0
size_y
Type :int in [0, 2048], default 0
use_bokeh

Use circular filter (slower)

Type :boolean, default False
use_gamma_correction

Apply filter on gamma corrected values

Type :boolean, default False
use_relative

Use relative (percent) values to define blur radius

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

CompositorNodeBilateralblur(CompositorNode)

Next topic

CompositorNodeBrightContrast(CompositorNode)