mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Don't set an active tool on application start
This commit is contained in:
parent
d9374d5154
commit
3c4250c6fb
@ -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…
x
Reference in New Issue
Block a user