Package bpy :: Module types :: Class CompositorNodeBlur
[hide private]
[frames] | no frames]

Class CompositorNodeBlur


The Blur Object

(no references to this struct found)

Instance Variables [hide private]
boolean bokeh
Bokeh
float in [0, 2] factor
Factor
float in [0, 1] factor_x
Relative Size X
float in [0, 1] factor_y
Relative Size Y
enum filter_type
Filter Type in...
boolean gamma
Gamma
Collection of NodeSocket (readonly) inputs
Inputs (Inherited from bpy.types.Node)
float array of 2 items in [-10000, 10000] location
Location (Inherited from bpy.types.Node)
string name
Node name. (Inherited from bpy.types.Node)
Collection of NodeSocket (readonly) outputs
Outputs (Inherited from bpy.types.Node)
boolean relative
Relative
int in [0, 256] sizex
Size X
int in [0, 256] sizey
Size Y
enum (readonly) type
Type in... (Inherited from bpy.types.CompositorNode)
Instance Variable Details [hide private]

filter_type

Filter Type in...
  • FLAT
  • TENT
  • QUAD
  • CUBIC
  • GAUSS
  • FAST_GAUSS
  • CATROM
  • MITCH
Type:
enum