Cura/plugins/CuraEngineBackend
Arjen Hiemstra bc055a8031 Rework LayerData mesh generation for improved performance
Rather than using a lot of calls to MeshData::addVertices which is very
slow, pre-allocate numpy arrays, fill them with data from the polygons
and then assign them to the mesh data's arrays. This greatly increases
performance of the layer data calculation.

Contributes to #52
2015-06-22 17:11:11 +02:00
..
__init__.py Add missing copyright headers 2015-05-11 12:18:05 +02:00
Cura_pb2.py Update generated protobuf protocol file as per CuraEngine changes 2015-06-16 13:20:22 +02:00
CuraEngineBackend.py Do not slice if there is any setting with an error value 2015-05-27 16:25:39 +02:00
LayerData.py Rework LayerData mesh generation for improved performance 2015-06-22 17:11:11 +02:00
ProcessGCodeJob.py Add missing copyright headers 2015-05-11 12:18:05 +02:00
ProcessSlicedObjectListJob.py Performance: Only calculate the platform center once, not for every poly 2015-06-22 17:04:30 +02:00