OpacityGpencilModifier(GpencilModifier)
base classes — bpy_struct, GpencilModifier
- class bpy.types.OpacityGpencilModifier(GpencilModifier)
 Opacity of Strokes modifier
- curve
 Custom curve to apply effect
- Type
 CurveMapping, (readonly)
- factor
 Factor of Opacity
- Type
 float in [-inf, inf], default 1.0
- hardness
 Factor of stroke hardness
- Type
 float in [0, inf], default 1.0
- invert_layer_pass
 Inverse filter
- Type
 boolean, default False
- invert_layers
 Inverse filter
- Type
 boolean, default False
- invert_material_pass
 Inverse filter
- Type
 boolean, default False
- invert_materials
 Inverse filter
- Type
 boolean, default False
- invert_vertex
 Inverse filter
- Type
 boolean, default False
- layer
 Layer name
- Type
 string, default “”, (never None)
- layer_pass
 Layer pass index
- Type
 int in [0, 100], default 0
- modify_color
 Set what colors of the stroke are affected
BOTHStroke & Fill – Modify fill and stroke colors.STROKEStroke – Modify stroke color only.FILLFill – Modify fill color only.HARDNESSHardness – Modify stroke hardness.
- Type
 enum in [‘BOTH’, ‘STROKE’, ‘FILL’, ‘HARDNESS’], default ‘BOTH’
- pass_index
 Pass index
- Type
 int in [0, 100], default 0
- use_custom_curve
 Use a custom curve to define opacity effect along the strokes
- Type
 boolean, default False
- use_normalized_opacity
 Replace the stroke opacity
- Type
 boolean, default False
- use_weight_factor
 Use weight to modulate effect
- Type
 boolean, default False
- vertex_group
 Vertex group name for modulating the deform
- Type
 string, default “”, (never None)
- 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