Post #3936: I think you can add a small delay to make it work
📋 Metadata
- Author: Motiomancer
- Date: 2021-07-05 17:44:29
- Type:
answer - Quality Score: 7/10
- Reply to: post_03935
- Replies (1): post_03937
🏷️ Tags
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
I think you can add a small delay to make it work
bpy.ops.wm.tool_set_by_id(name='builtin.select_box');bpy.ops.pme.timeout(cmd="bpy.ops.wm.tool_set_by_id(name='builtin.move')")
❤️ 1 likes