📋 Metadata

💬 Content

Snow7L:

does anyone know if there a way to make a button that turns on vertex select in Edit Mode? As in, is there a code snippet I could put in Command or something? I’ve been searching but haven’t found anything yet .

Use this code in Command tab:

C.tool_settings.mesh_select_mode = (True, False, False)

🔗 View on Blender Artists