UnifiedPaintSettings(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
UnifiedPaintSettings
(bpy_struct)¶ Overrides for some of the active brush’s settings
-
color
¶ Type: float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
secondary_color
¶ Type: float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
size
¶ Radius of the brush
Type: int in [1, 5000], default 0
-
strength
¶ How powerful the effect of the brush is when applied
Type: float in [0, 10], default 0.5
-
unprojected_radius
¶ Radius of brush in Blender units
Type: float in [0.001, inf], default 0.0
-
use_locked_size
¶ When locked brush stays same size relative to object; when unlocked brush size is given in pixels
Type: boolean, default False
-
use_pressure_size
¶ Enable tablet pressure sensitivity for size
Type: boolean, default False
-
use_pressure_strength
¶ Enable tablet pressure sensitivity for strength
Type: boolean, default False
-
use_unified_color
¶ Instead of per-brush color, the color is shared across brushes
Type: boolean, default False
-
use_unified_size
¶ Instead of per-brush radius, the radius is shared across brushes
Type: boolean, default False
-
use_unified_strength
¶ Instead of per-brush strength, the strength is shared across brushes
Type: boolean, default False
-
use_unified_weight
¶ Instead of per-brush weight, the weight is shared across brushes
Type: boolean, default False
-
weight
¶ Weight to assign in vertex groups
Type: float in [0, 1], default 0.5
-
Inherited Properties
Inherited Functions
References