mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Improved robustness of Platform physics by checking if the hulls are calculated before trying to intersect them.
fixes CURA-1827
This commit is contained in:
parent
1ced206c5d
commit
19933cb4e7
2 changed files with 11 additions and 13 deletions
|
@ -70,7 +70,7 @@ class ThreeMFReader(MeshReader):
|
|||
|
||||
# TODO: We currently do not check for normals and simply recalculate them.
|
||||
mesh_builder.calculateNormals()
|
||||
|
||||
|
||||
node.setMeshData(mesh_builder.build().getTransformed(rotation))
|
||||
node.setSelectable(True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue