Post #5295: Please try the following command in Blender’s Python console. In your environmen
📋 Metadata
- Author: Pluglug
- Date: 2024-11-25 12:48:48
- Type:
answer - Quality Score: 7/10
- Reply to: post_05294
- Replies (1): post_05297
🏷️ Tags
v1-18-7 conflicts advanced unsolved
⚙️ Related PME Features
- Hotkey Configuration
- Keymap Management
💬 Content
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
Pie Menu Editor 1.18.7 Released Scripts and Themes
running the command gave me this: {‘Grease Pencil Stroke Paint (Draw brush)’: [‘Draw Mode’]} Maybe because in 4.3 and 4.4 there was change of the underlying structure of Grease Pencil? Because I have some of my own scripts for Grease Pencil , and I’m actually currently updating them because of that.
❤️ 1 likes