base classes — bpy_struct, LineStyleModifier, LineStyleThicknessModifier
Change line thickness so that stroke looks like made with a calligraphic pen
Specify how the modifier value is blended into the base value
| Type: | enum in [‘MIX’, ‘ADD’, ‘SUBTRACT’, ‘MULTIPLY’, ‘DIVIDE’, ‘DIFFERENCE’, ‘MININUM’, ‘MAXIMUM’], default ‘MIX’ |
|---|
True if the modifier tab is expanded
| Type: | boolean, default False |
|---|
Influence factor by which the modifier changes the property
| Type: | float in [0, 1], default 0.0 |
|---|
Name of the modifier
| Type: | string, default “”, (never None) |
|---|
Angle of the main direction
| Type: | float in [-inf, inf], default 0.0 |
|---|
Maximum thickness in the main direction
| Type: | float in [0, 10000], default 0.0 |
|---|
Minimum thickness in the direction perpendicular to the main direction
| Type: | float in [0, 10000], default 0.0 |
|---|
Type of the modifier
| Type: | enum in [‘ALONG_STROKE’, ‘CALLIGRAPHY’, ‘DISTANCE_FROM_CAMERA’, ‘DISTANCE_FROM_OBJECT’, ‘MATERIAL’], default ‘ALONG_STROKE’, (readonly) |
|---|
Enable or disable this modifier during stroke rendering
| Type: | boolean, default False |
|---|
Inherited Properties
Inherited Functions