Post #5249: Thank you for the log information. I’m more concerned about the “1 Missing Keyma

📋 Metadata

🏷️ Tags

hotkeys configuration advanced unsolved

  • Pie Menu Editor
  • Hotkey Configuration

💬 Content

Thank you for the log information. I’m more concerned about the “1 Missing Keymaps” issue than the context override problem. This indicates that there was a mismatch with the keymap during menu initialization. It’s possible that the recovery for this isn’t functioning properly.

I also created a PME environment in 4.4 and ported all the menus I use for testing. I tried to provoke errors by scrambling the keymaps, but I couldn’t reproduce the mismatch. I need to review the code a bit more.

Please try the following command in Blender’s Python console. In your environment, it should return some menu names. And those menus might have some issues related to keymaps.

pr = bpy.context.preferences.addons['pie_menu_editor'].preferences
pr.missing_kms

❤️ 1 likes


🔗 View on Blender Artists