mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Convex hull is no longer needlessly re-calculated
CURA-2002
This commit is contained in:
parent
b663fa2824
commit
c6d1caaf0f
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue