GlowSequence(EffectSequence)
base classes — bpy_struct, Sequence, EffectSequence
- class bpy.types.GlowSequence(EffectSequence)
 Sequence strip creating a glow effect
- blur_radius
 Radius of glow effect
- Type
 float in [0.5, 20], default 0.0
- boost_factor
 Brightness multiplier
- Type
 float in [0, 10], default 0.0
- clamp
 Brightness limit of intensity
- Type
 float in [0, 1], default 0.0
- input_count
 - Type
 int in [0, inf], default 0, (readonly)
- quality
 Accuracy of the blur effect
- Type
 int in [1, 5], default 0
- threshold
 Minimum intensity to trigger a glow
- Type
 float in [0, 1], default 0.0
- use_only_boost
 Show the glow buffer only
- Type
 boolean, default False
- 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