Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2016-07-28 12:47:56 +0300
committerJaime van Kessel <nallath@gmail.com>2016-07-28 12:47:56 +0300
commitc6d1caaf0f0c64da1d9d2b0abcd92964847f5ba3 (patch)
tree710769a765550b8e5303d1d1aa719ca3733b0e5c /cura/PlatformPhysics.py
parentb663fa2824e693888fdbccb8ba9162c87f1f1429 (diff)
Convex hull is no longer needlessly re-calculated
CURA-2002
Diffstat (limited to 'cura/PlatformPhysics.py')
-rw-r--r--cura/PlatformPhysics.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cura/PlatformPhysics.py b/cura/PlatformPhysics.py
index 91d2b1a1ef..56daaddc18 100644
--- a/cura/PlatformPhysics.py
+++ b/cura/PlatformPhysics.py
@@ -71,7 +71,6 @@ class PlatformPhysics:
# If there is no convex hull for the node, start calculating it and continue.
if not node.getDecorator(ConvexHullDecorator):
node.addDecorator(ConvexHullDecorator())
- node.callDecoration("recomputeConvexHull")
if Preferences.getInstance().getValue("physics/automatic_push_free"):
# Check for collisions between convex hulls