mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:09:01 +08:00
Added some logging to 3mf reader
This commit is contained in:
parent
26b0554815
commit
6596945ce0
@ -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…
x
Reference in New Issue
Block a user