mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 22:13:19 +08:00
Selection is no longer ignored by push free
Fixes CURA-1086
This commit is contained in:
parent
3df0b4de66
commit
733215ef3e
@ -93,8 +93,6 @@ class PlatformPhysics:
|
||||
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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user