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.
1 parent 6430c2a commit 37544d7Copy full SHA for 37544d7
__init__.py
@@ -151,12 +151,12 @@ def register():
151
def unregister():
152
# bpy.utils.unregister_class(QuickToolsPreferences)
153
154
- quick_operators.unregister()
155
- quick_object_mode.unregister()
156
- quick_edit_mode.unregister()
157
- quick_sculpt_mode.unregister()
158
- quick_mode_switch.unregister()
159
quick_scene.unregister()
+ quick_mode_switch.unregister()
+ quick_sculpt_mode.unregister()
+ quick_edit_mode.unregister()
+ quick_object_mode.unregister()
+ quick_operators.unregister()
160
161
# remove the add-on keymaps
162
for km, kmi in addon_keymaps:
0 commit comments