Post #2640: Again in the process of moving from 2.79 to 2.8, I’m having an issue getting a s

📋 Metadata

🏷️ Tags

v1-15-21 pie-menu hotkeys conflicts intermediate unsolved

  • 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!


🔗 View on Blender Artists