CompositorNodeGlare(CompositorNode)
base classes — bpy_struct, Node, NodeInternal, CompositorNode
- class bpy.types.CompositorNodeGlare(CompositorNode)
 - angle_offset
 Streak angle offset
- Type
 float in [0, 3.14159], default 0.0
- color_modulation
 Amount of Color Modulation, modulates colors of streaks and ghosts for a spectral dispersion effect
- Type
 float in [0, 1], default 0.0
- fade
 Streak fade-out factor
- Type
 float in [0.75, 1], default 0.0
- glare_type
 - Type
 enum in [‘GHOSTS’, ‘STREAKS’, ‘FOG_GLOW’, ‘SIMPLE_STAR’], default ‘SIMPLE_STAR’
- iterations
 - Type
 int in [2, 5], default 0
- mix
 -1 is original image only, 0 is exact 50/50 mix, 1 is processed image only
- Type
 float in [-1, 1], default 0.0
- quality
 If not set to high quality, the effect will be applied to a low-res copy of the source image
- Type
 enum in [‘HIGH’, ‘MEDIUM’, ‘LOW’], default ‘HIGH’
- size
 Glow/glare size (not actual size; relative to initial size of bright area of pixels)
- Type
 int in [6, 9], default 0
- streaks
 Total number of streaks
- Type
 int in [1, 16], default 0
- threshold
 The glare filter will only be applied to pixels brighter than this value
- Type
 float in [0, 1000], default 0.0
- use_rotate_45
 Simple star filter: add 45 degree rotation offset
- Type
 boolean, default False
- classmethod is_registered_node_type()
 True if a registered node type
- Returns
 Result
- Return type
 boolean
- classmethod input_template(index)
 Input socket template
- Parameters
 index (int in [0, inf]) – Index
- Returns
 result
- Return type
 
- classmethod output_template(index)
 Output socket template
- Parameters
 index (int in [0, inf]) – Index
- Returns
 result
- Return type
 
- update()
 
- classmethod bl_rna_get_subclass(id, default=None)
 - Parameters
 id (string) – The RNA type identifier.
- Returns
 The RNA type or default when not found.
- Return type
 bpy.types.Structsubclass
- classmethod bl_rna_get_subclass_py(id, default=None)
 - Parameters
 id (string) – The RNA type identifier.
- Returns
 The class or default when not found.
- Return type
 type
Inherited Properties
Inherited Functions
  |