Don't emit meshDataChanged when ProcessSlicedObjectListJob is done

This commit is contained in:
Arjen Hiemstra 2015-03-19 14:24:45 +01:00
parent 5e8cc90a3e
commit 4ad75bd43c

View file

@ -40,4 +40,3 @@ class ProcessSlicedObjectListJob(Job):
layerData.addPolygon(layer.id, polygon.type, points)
mesh.layerData = layerData
objectIdMap[object.id].meshDataChanged.emit()