Post #5328: @Firmino, sorry for the delay.

📋 Metadata

  • Author: Pluglug
  • Date: 2024-12-05 19:39:59
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_05321

🏷️ Tags

v1-20-x pie-menu configuration advanced solved

  • Pie Menu Editor
  • Hotkey Configuration
  • Python Scripting

💬 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