Paint(bpy_struct)

base class — bpy_struct

subclasses — UvSculpt, ImagePaint, VertexPaint, Sculpt

class bpy.types.Paint(bpy_struct)
brush

Active Brush

Type:Brush
cavity_curve

Editable cavity curve

Type:CurveMapping, (readonly, never None)
input_samples

Average multiple input samples together to smooth the brush stroke

Type:int in [0, inf], default 0
palette

Active Palette

Type:Palette
show_brush
Type:boolean, default False
show_brush_on_surface
Type:boolean, default False
show_low_resolution

For multires, show low resolution while navigating the view

Type:boolean, default False
use_cavity

Mask painting according to mesh geometry cavity

Type:boolean, default False
use_symmetry_feather

Reduce the strength of the brush where it overlaps symmetrical daubs

Type:boolean, default False
use_symmetry_x

Mirror brush across the X axis

Type:boolean, default False
use_symmetry_y

Mirror brush across the Y axis

Type:boolean, default False
use_symmetry_z

Mirror brush across the Z axis

Type:boolean, default False

Inherited Properties

Inherited Functions