BlendDataBrushes(bpy_struct)

base class — bpy_struct

class bpy.types.BlendDataBrushes(bpy_struct)

Collection of brushes

is_updated
Type:boolean, default False, (readonly)
new(name, mode='TEXTURE_PAINT')

Add a new brush to the main database

Parameters:
  • name (string, (never None)) – New name for the data-block
  • mode (enum in ['OBJECT', 'EDIT', 'POSE', 'SCULPT', 'VERTEX_PAINT', 'WEIGHT_PAINT', 'TEXTURE_PAINT', 'PARTICLE_EDIT', 'GPENCIL_EDIT'], (optional)) –

    Paint Mode for the new brush

    • OBJECT Object Mode.
    • EDIT Edit Mode.
    • POSE Pose Mode.
    • SCULPT Sculpt Mode.
    • VERTEX_PAINT Vertex Paint.
    • WEIGHT_PAINT Weight Paint.
    • TEXTURE_PAINT Texture Paint.
    • PARTICLE_EDIT Particle Edit.
    • GPENCIL_EDIT Edit Strokes, Edit Grease Pencil Strokes.
Returns:

New brush data-block

Return type:

Brush

remove(brush, do_unlink=False)

Remove a brush from the current blendfile

Parameters:
  • brush (Brush, (never None)) – Brush to remove
  • do_unlink (boolean, (optional)) – Unlink all usages of this brush before deleting it
tag(value)

tag

Parameters:value (boolean) – Value

Inherited Properties

Inherited Functions

References