Post #2820: : post_02822
🏷️ Tags
macro hotkeys intermediate solved
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
Michael_Knubben:
The issue being that visually nothing happens until I move the viewport or click somewhere.
Try to add redraw_screen() function:
bpy.ops.object.mode_set(mode='EDIT'); bpy.ops.wm.context_set_value(data_path="tool_settings.mesh_select_mode", value= "(True, False, False)"); redraw_screen()
❤️ 2 likes