📋 Metadata
- Author: roaoao
- Date: 2017-11-09 23:42:03
- Type:
answer - Reply to: post_01095
- Replies (1): post_01101
💬 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)