LineStyleThicknessModifier_Noise(LineStyleThicknessModifier)¶
base classes — bpy_struct
, LineStyleModifier
, LineStyleThicknessModifier
-
class
bpy.types.
LineStyleThicknessModifier_Noise
(LineStyleThicknessModifier)¶ Line thickness based on random noise
-
amplitude
¶ Amplitude of the noise
Type: float in [-inf, inf], default 0.0
-
blend
¶ Specify how the modifier value is blended into the base value
Type: enum in [‘MIX’, ‘ADD’, ‘SUBTRACT’, ‘MULTIPLY’, ‘DIVIDE’, ‘DIFFERENCE’, ‘MININUM’, ‘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
-
name
¶ Name of the modifier
Type: string, default “”, (never None)
-
period
¶ Period of the noise
Type: float in [-inf, inf], default 0.0
-
seed
¶ Seed for the noise generation
Type: int in [-inf, inf], default 0
-
type
¶ Type of the modifier
Type: enum in [‘ALONG_STROKE’, ‘CALLIGRAPHY’, ‘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
-
use_asymmetric
¶ Allow thickness to be assigned asymmetrically
Type: boolean, default False
-
Inherited Properties
Inherited Functions