Sculpt(Paint)

base classes — bpy_struct, Paint

class bpy.types.Sculpt(Paint)
lock_x

Disallow changes to the X axis of vertices

Type :boolean, default False
lock_y

Disallow changes to the Y axis of vertices

Type :boolean, default False
lock_z

Disallow changes to the Z axis of vertices

Type :boolean, default False
radial_symmetry

Number of times to copy strokes across the surface

Type :int array of 3 items in [1, 64], default (1, 1, 1)
show_diffuse_color

Show diffuse color of object and overlay sculpt mask on top of it

Type :boolean, default False
use_deform_only

Use only deformation modifiers (temporary disable all constructive modifiers except multi-resolution)

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
use_threaded

Take advantage of multiple CPU cores to improve sculpting performance

Type :boolean, default False

Inherited Properties

Inherited Functions

References

Previous topic

ScrewModifier(Modifier)

Next topic

SculptCapabilities(bpy_struct)