Make things work properly using the new Arcus API

This commit is contained in:
Arjen Hiemstra 2016-01-28 18:07:42 +01:00
parent 21f70c4123
commit e74d300fb3
3 changed files with 18 additions and 11 deletions

View file

@ -94,7 +94,8 @@ class StartSliceJob(Job):
verts = numpy.array(mesh_data.getVertices())
verts[:,[1,2]] = verts[:,[2,1]]
verts[:,1] *= -1
obj.vertices = verts.tostring()
obj.vertices = verts
self._handlePerObjectSettings(object, obj)