LineStyleThicknessModifier_Curvature_3D(LineStyleThicknessModifier)
base classes — bpy_struct
, LineStyleModifier
, LineStyleThicknessModifier
- class bpy.types.LineStyleThicknessModifier_Curvature_3D(LineStyleThicknessModifier)
Line thickness based on the radial curvature of 3D mesh surfaces
- 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'"
- curvature_max
Maximum Curvature
- Type:
float in [0, 10000], default 0.0
- curvature_min
Minimum Curvature
- Type:
float in [0, 10000], default 0.0
- curve
Curve used for the curve mapping
- Type:
CurveMapping
, (readonly)
- 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
- invert
Invert the fade-out direction of the linear mapping
- Type:
boolean, default False
- mapping
Select the mapping type
LINEAR
Linear – Use linear mapping.CURVE
Curve – Use curve mapping.
- Type:
enum in [
'LINEAR'
,'CURVE'
], default"'LINEAR'"
- thickness_max
Maximum thickness
- Type:
float in [0, 10000], default 0.0
- thickness_min
Minimum thickness
- 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 (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Struct
subclass