mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 09:59:00 +08:00
Merge branch '2.5' of github.com:Ultimaker/Cura
This commit is contained in:
commit
36b5c369cf
@ -171,6 +171,10 @@ class PlatformPhysics:
|
|||||||
self._enabled = False
|
self._enabled = False
|
||||||
|
|
||||||
def _onToolOperationStopped(self, tool):
|
def _onToolOperationStopped(self, tool):
|
||||||
|
# Selection tool should not trigger an update.
|
||||||
|
if tool.getPluginId() == "SelectionTool":
|
||||||
|
return
|
||||||
|
|
||||||
if tool.getPluginId() == "TranslateTool":
|
if tool.getPluginId() == "TranslateTool":
|
||||||
for node in Selection.getAllSelectedObjects():
|
for node in Selection.getAllSelectedObjects():
|
||||||
if node.getBoundingBox().bottom < 0:
|
if node.getBoundingBox().bottom < 0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user