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
-
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.Struct
subclass
-
classmethod
bl_rna_get_subclass_py
(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The class or default when not found. Return type: type
-
Inherited Properties
Inherited Functions
References