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 (in [-inf, inf], default 0.0)
- Type:
float
- blend
Specify how the modifier value is blended into the base value (default
'MIX')- Type:
Literal[‘MIX’, ‘ADD’, ‘SUBTRACT’, ‘MULTIPLY’, ‘DIVIDE’, ‘DIFFERENCE’, ‘MINIMUM’, ‘MAXIMUM’]
- expanded
True if the modifier tab is expanded (default False)
- Type:
bool
- influence
Influence factor by which the modifier changes the property (in [0, 1], default 0.0)
- Type:
float
- period
Period of the noise (in [-inf, inf], default 0.0)
- Type:
float
- seed
Seed for the noise generation (in [1, 32767], default 0)
- Type:
int
- type
Type of the modifier (default
'ALONG_STROKE', readonly)- Type:
- use
Enable or disable this modifier during stroke rendering (default False)
- Type:
bool
- use_asymmetric
Allow thickness to be assigned asymmetrically (default False)
- Type:
bool
- 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: