LineStyleColorModifier_Curvature_3D(LineStyleColorModifier)¶
base classes — bpy_struct, LineStyleModifier, LineStyleColorModifier
- class bpy.types.LineStyleColorModifier_Curvature_3D(LineStyleColorModifier)¶
Change line color 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’, ‘DARKEN’, ‘MULTIPLY’, ‘BURN’, ‘LIGHTEN’, ‘SCREEN’, ‘DODGE’, ‘ADD’, ‘OVERLAY’, ‘SOFT_LIGHT’, ‘LINEAR_LIGHT’, ‘DIFFERENCE’, ‘SUBTRACT’, ‘DIVIDE’, ‘HUE’, ‘SATURATION’, ‘COLOR’, ‘VALUE’], default ‘MIX’
- curvature_max¶
Maximum Curvature
- Type
float in [-inf, inf], default 0.0
- curvature_min¶
Minimum Curvature
- Type
float in [-inf, inf], default 0.0
- 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
- name¶
Name of the modifier
- Type
string, default “”, (never None)
- type¶
Type of the modifier
- Type
enum in [‘ALONG_STROKE’, ‘CREASE_ANGLE’, ‘CURVATURE_3D’, ‘DISTANCE_FROM_CAMERA’, ‘DISTANCE_FROM_OBJECT’, ‘MATERIAL’, ‘NOISE’, ‘TANGENT’], 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.Structsubclass
Inherited Properties
Inherited Functions