Post #2656: : post_02657
🏷️ Tags
stack-key hotkeys configuration intermediate solved
⚙️ Related PME Features
- Stack Key Editor
- Hotkey Configuration
- Python Scripting
💬 Content
Michael_Knubben:
And clicking selects a mesh?
Selects if current tool is Select. Otherwise it does nothing.
You can fix this by adding a Stack Key with the same keymap (Object Mode), same hotkey (LMB), Press hotkey mode and this code in Command tab:
bpy.ops.view3d.select()
❤️ 1 likes