Post #5116: : post_05117
🏷️ Tags
macro hotkeys intermediate solved
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
Pluglug:
bpy.context.tool_settings.mesh_select_mode = (True, True, False)
Didnt work that way, but works with just a [1], [1], [0]
Final code:
return C.scene.tool_settings.mesh_select_mode[0], [1], [1]