Post #5249: Thank you for the log information. I’m more concerned about the “1 Missing Keyma
📋 Metadata
- Author: Pluglug
- Date: 2024-10-14 09:19:30
- Type:
answer - Quality Score: 7/10
- Reply to: post_05248
- Replies (1): post_05250
🏷️ Tags
hotkeys configuration advanced unsolved
⚙️ Related PME Features
- 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