BlendDataBrushes(bpy_struct)

base class — bpy_struct

class bpy.types.BlendDataBrushes(bpy_struct)

Collection of brushes

new(name)

Add a new brush to the main database

Parameters:
  • name (string) – New name for the datablock.
Returns:

New brush datablock.

Return type:

Brush

remove(brush)

Remove a brush from the current blendfile.

Parameters:
  • brush (Brush, (never None)) – Brush to remove.
tag(value)

tag

Parameters:
  • value (boolean) – Value

Inherited Properties

Inherited Functions

References

Previous topic

BlendDataArmatures(bpy_struct)

Next topic

BlendDataCameras(bpy_struct)