📋 Metadata
- Author: roaoao
- Date: 2019-10-10 04:08:06
- Type:
answer - Reply to: post_02818
- Replies (1): post_02822
💬 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