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
⚙️ Related PME Features
- 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.
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
image801×250 61 KB
image759×203 8.86 KB