Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3

This commit is contained in:
Ghostkeeper 2016-09-09 17:26:12 +02:00
commit 8249200121
No known key found for this signature in database
GPG Key ID: 701948C5954A7385

View File

@ -71,7 +71,7 @@ class ThreeMFReader(MeshReader):
rotation.setByRotationAxis(-0.5 * math.pi, Vector(1, 0, 0))
# TODO: We currently do not check for normals and simply recalculate them.
mesh_builder.calculateNormals(flip = True)
mesh_builder.calculateNormals()
mesh_builder.setFileName(file_name)
node.setMeshData(mesh_builder.build().getTransformed(rotation))
node.setSelectable(True)