Clean up whitespace

This commit is contained in:
paukstelis 2018-08-24 07:27:34 -04:00
parent fc9c1045c9
commit e36f78dd35
2 changed files with 7 additions and 7 deletions

View file

@ -256,7 +256,7 @@ class StartSliceJob(Job):
mesh_data = object.getMeshData()
rot_scale = object.getWorldTransformation().getTransposed().getData()[0:3, 0:3]
translate = object.getWorldTransformation().getData()[:3, 3]
# This effectively performs a limited form of MeshData.getTransformed that ignores normals.
verts = mesh_data.getVertices()
verts = verts.dot(rot_scale)