Accessing the active brush through the Blender Python API Leave a Comment / Blender 3D / By Nikita / 07.07.2021 2.93, API, Blender, Python, Tips To get the currently active brush in “Sculpt” mode with the Blender Python API we can use the following command: Python bpy.context.tool_settings.sculpt.brush # bpy.data.brushes['SculptDraw'] 123 bpy.context.tool_settings.sculpt.brush # bpy.data.brushes['SculptDraw']