Post #1714:
fj
📋 Metadata
- Author: martyn
- Date: 2018-12-04 08:32:47
- Type:
bug_report - Quality Score: 7/10
🏷️ Tags
v1-18-8 pie-menu configuration intermediate unsolved
⚙️ Related PME Features
- Pie Menu Editor
- Hotkey Configuration
💬 Content
fjg3d:
Error with Dec 3 build
Hash: a205493426b2.80\scripts\addons\pie_menu_editor\operators.py”, line 1889, in invoke
cpm_key = keymap_helper.to_system_mouse_key(cpm.key, context)
2.80\scripts\addons\pie_menu_editor\keymap_helper.py”, line 441, in to_system_mouse_key
default = is_default_select_key()
2.80\scripts\addons\pie_menu_editor\keymap_helper.py”, line 424, in is_default_select_key
ret = kc.preferences.select_mouse == ‘RIGHT’
AttributeError: ‘NoneType’ object has no attribute ‘select_mouse’
I get the same issue when using imported keymap config even if it’s made in 2.8. Pie menus only seem to work with default blender keymap and only when saved as user pref, the moment you export and import the keymap it breaks pie menus.