Convex hull is no longer needlessly re-calculated

CURA-2002
This commit is contained in:
Jaime van Kessel 2016-07-28 11:47:56 +02:00
parent b663fa2824
commit c6d1caaf0f
2 changed files with 3 additions and 3 deletions

View file

@ -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