Merge fix, and update to json file to get all engine settings in there.

This commit is contained in:
daid 2015-04-23 14:50:55 +02:00
commit 23e5bcc55b
2 changed files with 3 additions and 1 deletions

View file

@ -141,7 +141,7 @@ class CuraEngineBackend(Backend):
verts = numpy.array(mesh_data.getVertices(), copy=True)
verts[:,[1,2]] = verts[:,[2,1]]
verts[:,[2]] *= -1
verts[:,1] *= -1
obj.vertices = verts.tostring()
#if meshData.hasNormals():