mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-24 22:17:28 -07:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| Cura_pb2.py | ||
| CuraEngineBackend.py | ||
| LayerData.py | ||
| ProcessGCodeJob.py | ||
| ProcessSlicedObjectListJob.py | ||