Selection is no longer ignored by push free

Fixes CURA-1086
This commit is contained in:
Jaime van Kessel 2016-03-09 10:11:42 +01:00
parent 3df0b4de66
commit 733215ef3e

View file

@ -92,9 +92,7 @@ class PlatformPhysics:
job = ConvexHullJob.ConvexHullJob(node)
job.start()
node.callDecoration("setConvexHullJob", job)
elif Selection.isSelected(node):
pass
elif Preferences.getInstance().getValue("physics/automatic_push_free"):
# Check for collisions between convex hulls
for other_node in BreadthFirstIterator(root):