Post #5295: Please try the following command in Blender’s Python console. In your environmen

📋 Metadata

🏷️ Tags

v1-18-7 conflicts advanced unsolved

  • 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


🔗 View on Blender Artists