UnifiedPaintSettings(bpy_struct)

base class — bpy_struct

class bpy.types.UnifiedPaintSettings(bpy_struct)

Overrides for some of the active brush’s settings

size

Radius of the brush in pixels

Type :int in [1, 2000], 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_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

Inherited Properties

Inherited Functions

References

Previous topic

UVTextures(bpy_struct)

Next topic

UnitSettings(bpy_struct)