Post #1097:
Sn
π Metadata
- Author: roaoao
- Date: 2017-11-09 23:42:03
- Type:
answer - Quality Score: 8/10
- Reply to: post_01095
- Replies (1): post_01101
π·οΈ Tags
βοΈ Related PME Features
- 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)