CompositorNodeBlur(CompositorNode)
base classes — bpy_struct, Node, CompositorNode
-
class bpy.types.CompositorNodeBlur(CompositorNode)
-
factor
Type : | float in [0, 2], default 0.0 |
-
factor_x
Type : | float in [0, 1], default 0.0 |
-
factor_y
Type : | float in [0, 1], 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, 256], default 0 |
-
size_y
Type : | int in [0, 256], default 0 |
-
use_bokeh
Uses circular filter (slower)
Type : | boolean, default False |
-
use_gamma_correction
Applies 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