📋 Metadata
- Author: SoundDifferent
- Date: 2024-04-30 09:17:17
- Type:
answer - Reply to: post_05115
- Replies (1): post_05117
💬 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]