We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eded571 + 19f6898 commit 5ab5079Copy full SHA for 5ab5079
1 file changed
__init__.py
@@ -122,7 +122,9 @@ def unregister():
122
try:
123
km.keymap_items.remove(kmi_orig)
124
except Exception as e:
125
- print(f"[Right Mouse Navigation] Could not remove keymap item {getattr(kmi_orig, 'idname', 'unknown')} from {km.name}: {e}")
+ print(
126
+ f"[Right Mouse Navigation] Could not remove keymap item {getattr(kmi_orig, 'idname', 'unknown')} from {km.name}: {e}"
127
+ )
128
addon_keymaps.clear()
129
130
0 commit comments