Post #3929: I want these two tools to be implemented sequentially.
📋 Metadata
- Author: SUNGWOON
- Date: 2021-06-28 13:44:45
- Type:
question - Quality Score: 5/10
- Replies (1): post_03930
🏷️ Tags
macro hotkeys intermediate unsolved
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
I want these two tools to be implemented sequentially.
When selecting Move tool from Tweak tool, it wants to be changed to Select Box.
bpy.ops.wm.tool_set_by_id(name=‘builtin.select_box’); bpy.ops.wm.tool_set_by_id(name=‘builtin.move’)
Select box doesn’t work when written like this.
What should I do?