📋 Metadata
- Author: MickHanks
- Date: 2018-10-07 00:41:41
- Type:
question - Replies (1): post_01586
💬 Content
Could PME allow one to Double Click on an object in 3d view like a cube and have it go into edit mode? Edit mode with a three Vert, Edge and Face selected?
bpy.ops.object.mode_set(mode=‘EDIT’, toggle=False); bpy.ops.mesh.select_mode(type=‘VERT+EDGE+FACE’)