mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Codestyle
This commit is contained in:
parent
b6e4bcb58f
commit
1ced206c5d
1 changed files with 4 additions and 5 deletions
|
@ -53,7 +53,6 @@ class ThreeMFReader(MeshReader):
|
||||||
triangles = entry.findall(".//3mf:triangle", self._namespaces)
|
triangles = entry.findall(".//3mf:triangle", self._namespaces)
|
||||||
mesh_builder.reserveFaceCount(len(triangles))
|
mesh_builder.reserveFaceCount(len(triangles))
|
||||||
|
|
||||||
#for triangle in object.mesh.triangles.triangle:
|
|
||||||
for triangle in triangles:
|
for triangle in triangles:
|
||||||
v1 = int(triangle.get("v1"))
|
v1 = int(triangle.get("v1"))
|
||||||
v2 = int(triangle.get("v2"))
|
v2 = int(triangle.get("v2"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue