Post #2640: Again in the process of moving from 2.79 to 2.8, I’m having an issue getting a s
📋 Metadata
- Author: Michael_Knubben
- Date: 2019-08-21 10:33:27
- Type:
bug_report - Quality Score: 6/10
- Replies (1): post_02643
🏷️ Tags
v1-15-21 pie-menu hotkeys conflicts intermediate unsolved
⚙️ Related PME Features
- Pie Menu Editor
- Macro Editor
- Hotkey Configuration
💬 Content
Again in the process of moving from 2.79 to 2.8, I’m having an issue getting a script to work:
{
"version": "1.15.21",
"menus": [
[
"Select Dropdown",
"Window",
"LEFTMOUSE",
[
[
"Activate/Select",
"COMMAND",
"BLENDER",
"bpy.ops.view3d.select(enumerate=True, toggle=False)"
]
],
"MACRO",
"m?",
"HOLD",
"",
""
]
]
}
This one works in 2.79, but in 2.8 (with LMB select) it makes it so regular selection doesn’t work anymore!