We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64dde1 commit 51ae6f5Copy full SHA for 51ae6f5
src/specklepy/objects/geometry/mesh.py
@@ -36,7 +36,6 @@ def __repr__(self) -> str:
36
return (
37
f"{self.__class__.__name__}("
38
f"vertices: {self.vertices_count}, "
39
- f"faces: {self.faces_count}, "
40
f"units: {self.units}, "
41
f"has_colors: {len(self.colors) > 0}, "
42
f"has_texture_coords: {len(self.textureCoordinates) > 0})"
0 commit comments