Skip to content
Snippets Groups Projects
Commit 540b6cc2 authored by hdallard's avatar hdallard
Browse files

Give the possibility to define shortcut for blender plugin

parent 9c39bcae
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,8 @@ class Plugin(QtGui.QDockWidget):
self.setWidget (mainWidget)
self.main = mainWindow
self.main.registerShortcut(self.windowTitle, self.toggleViewAction())
def resetConnection(self):
self.client = Client()
self.gui = self.client.gui
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment