GPencilSculptBrush(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
GPencilSculptBrush
(bpy_struct)¶ Stroke editing brush
-
affect_pressure
¶ Affect pressure values as well when smoothing strokes
Type: boolean, default False
-
direction
¶ ADD
Add, Add effect of brush.SUBTRACT
Subtract, Subtract effect of brush.
Type: enum in [‘ADD’, ‘SUBTRACT’], default ‘ADD’
-
size
¶ Radius of the brush in pixels
Type: int in [1, 500], default 0
-
strength
¶ Brush strength
Type: float in [0.001, 1], default 0.0
-
use_falloff
¶ Strength of brush decays with distance from cursor
Type: boolean, default False
-
use_pressure_strength
¶ Enable tablet pressure sensitivity for strength
Type: boolean, default False
-
Inherited Properties
Inherited Functions
References