ToolSettings(bpy_struct)

base class — bpy_struct

class bpy.types.ToolSettings(bpy_struct)
auto_keying_mode

Mode of automatic keyframe insertion for Objects and Bones

Type :enum in [‘ADD_REPLACE_KEYS’, ‘REPLACE_KEYS’], default ‘ADD_REPLACE_KEYS’
double_threshold

Limit for removing duplicates and ‘Auto Merge’

Type :float in [0, 1], default 0.0
edge_path_live_unwrap

Changing edges seam re-calculates UV unwrap

Type :boolean, default False
edge_path_mode

The edge flag to tag when selecting the shortest path

Type :enum in [‘SELECT’, ‘SEAM’, ‘SHARP’, ‘CREASE’, ‘BEVEL’], default ‘SELECT’
etch_adaptive_limit

Number of bones in the subdivided stroke

Type :float in [1e-05, 1], default 0.0
etch_convert_mode

Method used to convert stroke to bones

  • FIXED Fixed, Subdivide stroke in fixed number of bones.
  • LENGTH Length, Subdivide stroke in bones of specific length.
  • ADAPTIVE Adaptive, Subdivide stroke adaptively, with more subdivision in curvier parts.
  • RETARGET Retarget, Retarget template bone chain to stroke.
Type :enum in [‘FIXED’, ‘LENGTH’, ‘ADAPTIVE’, ‘RETARGET’], default ‘FIXED’
etch_length_limit

Number of bones in the subdivided stroke

Type :float in [1e-05, 100000], default 0.0
etch_number

DOC BROKEN

Type :string, default “”, (never None)
etch_roll_mode

Method used to adjust the roll of bones when retargeting

  • NONE None, Don’t adjust roll.
  • VIEW View, Roll bones to face the view.
  • JOINT Joint, Roll bone to original joint plane offset.
Type :enum in [‘NONE’, ‘VIEW’, ‘JOINT’], default ‘NONE’
etch_side

DOC BROKEN

Type :string, default “”, (never None)
etch_subdivision_number

Number of bones in the subdivided stroke

Type :int in [1, 255], default 0
etch_template

Template armature that will be retargeted to the stroke

Type :Object
image_paint
Type :ImagePaint, (readonly)
mesh_select_mode

Which mesh elements selection works on

Type :boolean array of 3 items, default (False, False, False)
normal_size

Display size for normals in the 3D view

Type :float in [1e-05, 1000], default 0.0
particle_edit
Type :ParticleEdit, (readonly)
proportional_edit

Proportional Editing mode, allows transforms with distance fall-off

  • DISABLED Disable, Proportional Editing disabled.
  • ENABLED Enable, Proportional Editing enabled.
  • CONNECTED Connected, Proportional Editing using connected geometry only.
Type :enum in [‘DISABLED’, ‘ENABLED’, ‘CONNECTED’], default ‘DISABLED’
proportional_edit_falloff

Falloff type for proportional editing mode

  • SMOOTH Smooth, Smooth falloff.
  • SPHERE Sphere, Spherical falloff.
  • ROOT Root, Root falloff.
  • SHARP Sharp, Sharp falloff.
  • LINEAR Linear, Linear falloff.
  • CONSTANT Constant, Constant falloff.
  • RANDOM Random, Random falloff.
Type :enum in [‘SMOOTH’, ‘SPHERE’, ‘ROOT’, ‘SHARP’, ‘LINEAR’, ‘CONSTANT’, ‘RANDOM’], default ‘SMOOTH’
proportional_size

Display size for proportional editing circle

Type :float in [1e-05, 5000], default 0.0
sculpt
Type :Sculpt, (readonly)
show_uv_local_view

Draw only faces with the currently displayed image assigned

Type :boolean, default False
snap_element

Type of element to snap to

  • INCREMENT Increment, Snap to increments of grid.
  • VERTEX Vertex, Snap to vertices.
  • EDGE Edge, Snap to edges.
  • FACE Face, Snap to faces.
  • VOLUME Volume, Snap to volume.
Type :enum in [‘INCREMENT’, ‘VERTEX’, ‘EDGE’, ‘FACE’, ‘VOLUME’], default ‘INCREMENT’
snap_node_element

Type of element to snap to

  • INCREMENT Increment, Snap to increments of grid.
  • NODE_X Node X, Snap to left/right node border.
  • NODE_Y Node Y, Snap to top/bottom node border.
  • NODE_XY Node X / Y, Snap to any node border.
Type :enum in [‘INCREMENT’, ‘NODE_X’, ‘NODE_Y’, ‘NODE_XY’], default ‘INCREMENT’
snap_target

Which part to snap onto the target

  • CLOSEST Closest, Snap closest point onto target.
  • CENTER Center, Snap center onto target.
  • MEDIAN Median, Snap median onto target.
  • ACTIVE Active, Snap active onto target.
Type :enum in [‘CLOSEST’, ‘CENTER’, ‘MEDIAN’, ‘ACTIVE’], default ‘CLOSEST’
snap_uv_element

Type of element to snap to

  • INCREMENT Increment, Snap to increments of grid.
  • VERTEX Vertex, Snap to vertices.
Type :enum in [‘INCREMENT’, ‘VERTEX’], default ‘INCREMENT’
unified_paint_settings
Type :UnifiedPaintSettings, (readonly, never None)
use_auto_normalize

Ensure all bone-deforming vertex groups add up to 1.0 while weight painting

Type :boolean, default False
use_bone_sketching

DOC BROKEN

Type :boolean, default False
use_etch_autoname

DOC BROKEN

Type :boolean, default False
use_etch_overdraw

DOC BROKEN

Type :boolean, default False
use_etch_quick

DOC BROKEN

Type :boolean, default False
use_grease_pencil_sessions

Allow drawing multiple strokes at a time with Grease Pencil

Type :boolean, default False
use_keyframe_insert_auto

Automatic keyframe insertion for Objects and Bones

Type :boolean, default False
use_keyframe_insert_keyingset

Automatic keyframe insertion using active Keying Set only

Type :boolean, default False
use_mesh_automerge

Automatically merge vertices moved to the same location

Type :boolean, default False
use_multipaint

Paint across all selected bones while weight painting

Type :boolean, default False
use_proportional_edit_mask

Proportional editing mask mode

Type :boolean, default False
use_proportional_edit_objects

Proportional editing object mode

Type :boolean, default False
use_record_with_nla

Add a new NLA Track + Strip for every loop/pass made over the animation to allow non-destructive tweaking

Type :boolean, default False
use_snap

Snap during transform

Type :boolean, default False
use_snap_align_rotation

Align rotation with the snapping target

Type :boolean, default False
use_snap_peel_object

Consider objects as whole when finding volume center

Type :boolean, default False
use_snap_project

Project individual elements on the surface of other objects

Type :boolean, default False
use_snap_self

Snap onto itself (editmode)

Type :boolean, default False
use_uv_sculpt

Enable brush for UV sculpting

Type :boolean, default False
use_uv_select_sync

Keep UV and edit mode mesh selection in sync

Type :boolean, default False
uv_relax_method

Algorithm used for UV relaxation

  • LAPLACIAN Laplacian, Use Laplacian method for relaxation.
  • HC HC, Use HC method for relaxation.
Type :enum in [‘LAPLACIAN’, ‘HC’], default ‘LAPLACIAN’
uv_sculpt
Type :UvSculpt, (readonly)
uv_sculpt_all_islands

Brush operates on all islands

Type :boolean, default False
uv_sculpt_lock_borders

Disable editing of boundary edges

Type :boolean, default False
uv_sculpt_tool

Select Tools for the UV sculpt brushes

  • PINCH Pinch, Pinch UVs.
  • RELAX Relax, Relax UVs.
  • GRAB Grab, Grab UVs.
Type :enum in [‘PINCH’, ‘RELAX’, ‘GRAB’], default ‘PINCH’
uv_select_mode

UV selection and display mode

  • VERTEX Vertex, Vertex selection mode.
  • EDGE Edge, Edge selection mode.
  • FACE Face, Face selection mode.
  • ISLAND Island, Island selection mode.
Type :enum in [‘VERTEX’, ‘EDGE’, ‘FACE’, ‘ISLAND’], default ‘VERTEX’
vertex_group_weight

Weight to assign in vertex groups

Type :float in [0, 1], default 0.0
vertex_paint
Type :VertexPaint, (readonly)
weight_paint
Type :VertexPaint, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

Timer(bpy_struct)

Next topic

TouchSensor(Sensor)