base classes — bpy_struct, LineStyleModifier, LineStyleThicknessModifier
Change line thickness based on a material attribute
Specify how the modifier value is blended into the base value
Type: | enum in [‘MIX’, ‘ADD’, ‘SUBTRACT’, ‘MULTIPLY’, ‘DIVIDE’, ‘DIFFERENCE’, ‘MININUM’, ‘MAXIMUM’], default ‘MIX’ |
---|
Curve used for the curve mapping
Type: | CurveMapping, (readonly) |
---|
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 |
---|
Invert the fade-out direction of the linear mapping
Type: | boolean, default False |
---|
Select the mapping type
Type: | enum in [‘LINEAR’, ‘CURVE’], default ‘LINEAR’ |
---|
Specify which material attribute is used
Type: | enum in [‘DIFF’, ‘DIFF_R’, ‘DIFF_G’, ‘DIFF_B’, ‘SPEC’, ‘SPEC_R’, ‘SPEC_G’, ‘SPEC_B’, ‘SPEC_HARD’, ‘ALPHA’], default ‘DIFF’ |
---|
Name of the modifier
Type: | string, default “”, (never None) |
---|
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 |
---|
Maximum output value of the mapping
Type: | float in [-inf, inf], default 0.0 |
---|
Minimum output value of the mapping
Type: | float in [-inf, inf], default 0.0 |
---|
Inherited Properties
Inherited Functions