added curaplugin to list of plugin extensions

CURA-3712
This commit is contained in:
Jaime van Kessel 2017-05-31 13:21:44 +02:00
parent 384fd45d7f
commit c76a91fbb4

View File

@ -349,6 +349,8 @@ class CuraApplication(QtApplication):
self.globalContainerStackChanged.connect(self._onGlobalContainerChanged)
self._onGlobalContainerChanged()
self._plugin_registry.addSupportedPluginExtension("curaplugin", "Cura Plugin")
def _onEngineCreated(self):
self._engine.addImageProvider("camera", CameraImageProvider.CameraImageProvider())