LineStyleThicknessModifier_Calligraphy(LineStyleThicknessModifier)#
base classes — bpy_struct
, LineStyleModifier
, LineStyleThicknessModifier
- class bpy.types.LineStyleThicknessModifier_Calligraphy(LineStyleThicknessModifier)#
Change line thickness so that stroke looks like made with a calligraphic pen
- blend#
Specify how the modifier value is blended into the base value
- Type:
enum in [‘MIX’, ‘ADD’, ‘SUBTRACT’, ‘MULTIPLY’, ‘DIVIDE’, ‘DIFFERENCE’, ‘MINIMUM’, ‘MAXIMUM’], default ‘MIX’
- expanded#
True if the modifier tab is expanded
- Type:
boolean, default False
- influence#
Influence factor by which the modifier changes the property
- Type:
float in [0, 1], default 0.0
- orientation#
Angle of the main direction
- Type:
float in [-inf, inf], default 0.0
- thickness_max#
Maximum thickness in the main direction
- Type:
float in [0, 10000], default 0.0
- thickness_min#
Minimum thickness in the direction perpendicular to the main direction
- Type:
float in [0, 10000], default 0.0
- type#
Type of the modifier
- Type:
enum in Linestyle Thickness Modifier Type Items, default ‘ALONG_STROKE’, (readonly)
- use#
Enable or disable this modifier during stroke rendering
- 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.Struct
subclass
Inherited Properties
Inherited Functions