📋 Metadata
- Author: Michael_Knubben
- Date: 2019-08-21 10:33:27
- Type:
bug_report - Replies (1): post_02643
💬 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!