mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Don't set an active tool on application start
This commit is contained in:
parent
d9374d5154
commit
3c4250c6fb
1 changed files with 0 additions and 2 deletions
|
@ -16,9 +16,7 @@ class PrinterApplication(QtApplication):
|
||||||
self._plugin_registry.loadPlugins({ "type": "MeshHandler" })
|
self._plugin_registry.loadPlugins({ "type": "MeshHandler" })
|
||||||
self._plugin_registry.loadPlugins({ "type": "Tool" })
|
self._plugin_registry.loadPlugins({ "type": "Tool" })
|
||||||
|
|
||||||
|
|
||||||
self.getController().setActiveView("MeshView")
|
self.getController().setActiveView("MeshView")
|
||||||
self.getController().setActiveTool("TransformTool")
|
|
||||||
|
|
||||||
root = self.getController().getScene().getRoot()
|
root = self.getController().getScene().getRoot()
|
||||||
mesh = SceneNode(root)
|
mesh = SceneNode(root)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue