mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:48:58 +08:00
Codestyle
This commit is contained in:
parent
b6e4bcb58f
commit
1ced206c5d
@ -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…
x
Reference in New Issue
Block a user