Post #1585: Could PME allow one to Double Click on an object in 3d view like a cube and have
📋 Metadata
- Author: MickHanks
- Date: 2018-10-07 00:41:41
- Type:
question - Quality Score: 7/10
- Replies (1): post_01586
🏷️ Tags
macro hotkeys intermediate unsolved
⚙️ Related PME Features
- Macro Editor
- Hotkey Configuration
💬 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’)