📋 Metadata

💬 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]


🔗 View on Blender Artists