📋 Metadata

💬 Content

@Firmino, sorry for the delay.
Starting from Blender 4.3, brush management has moved to the asset system, so wm.tool_set_by_id cannot be used for selection anymore.
Instead, please use brush.asset_activate.
bpy.ops.brush.asset_activate

To set it up, you can check the Python Tooltips (Preferences > Interface > Python Tooltips) or refer to some of the existing settings already registered in the keymap as examples.

imageimage801×250 61 KB

imageimage759×203 8.86 KB

As for the Advanced > Brush Type property shown in the image, I haven’t investigated it yet.
For now, please try changing brushes using brush.asset_activate.
It seems we might need some kind of utility for this.


❤️ 1 likes


🔗 View on Blender Artists