mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 19:28:07 -06:00
Selection is no longer ignored by push free
Fixes CURA-1086
This commit is contained in:
parent
3df0b4de66
commit
733215ef3e
1 changed files with 1 additions and 3 deletions
|
@ -92,9 +92,7 @@ class PlatformPhysics:
|
||||||
job = ConvexHullJob.ConvexHullJob(node)
|
job = ConvexHullJob.ConvexHullJob(node)
|
||||||
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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue