mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Added some logging to 3mf reader
This commit is contained in:
parent
26b0554815
commit
6596945ce0
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ class ThreeMFReader(MeshReader):
|
|||
mesh.calculateNormals()
|
||||
node.setMeshData(mesh)
|
||||
node.setSelectable(True)
|
||||
Logger.log("d", "Loaded a mesh with %s vertices", mesh.getVertexCount())
|
||||
|
||||
transformation = root.findall("./3mf:build/3mf:item[@objectid='{0}']".format(object.get("id")), self._namespaces)
|
||||
if transformation:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue