ImagePaint(Paint)

base classes — bpy_struct, Paint

class bpy.types.ImagePaint(Paint)

Properties of image and texture painting mode

invert_stencil

Invert the stencil layer

Type :boolean, default False
normal_angle

Paint most on faces pointing towards the view according to this angle

Type :int in [0, 90], default 0
screen_grab_size

Size to capture the image for re-projecting

Type :int array of 2 items in [512, 16384], default (0, 0)
seam_bleed

Extend paint beyond the faces UVs to reduce seams (in pixels, slower)

Type :int in [0, 32767], default 0
use_backface_culling

Ignore faces pointing away from the view (faster)

Type :boolean, default False
use_clone_layer

Use another UV layer as clone source, otherwise use 3D the cursor as the source

Type :boolean, default False
use_normal_falloff

Paint most on faces pointing towards the view

Type :boolean, default False
use_occlude

Only paint onto the faces directly under the brush (slower)

Type :boolean, default False
use_projection

Use projection painting for improved consistency in the brush strokes

Type :boolean, default False
use_stencil_layer

Set the mask layer from the UV layer buttons

Type :boolean, default False

Inherited Properties

Inherited Functions

References

Previous topic

Image(ID)

Next topic

ImageSequence(Sequence)