Post #1097: Sn

πŸ“‹ Metadata

🏷️ Tags

macro hotkeys beginner solved

  • Macro Editor
  • Python Scripting

πŸ’¬ 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