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

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