Fix rotation in plater

master
Kliment 2011-07-30 00:23:12 +02:00
parent 3bb3809906
commit fa63e85753
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class stl:
if not len(newdata):
break
buf+=newdata
fd=facetformat.unpack(buf)
fd=list(facetformat.unpack(buf))
self.name="binary soloid"
self.facet=[fd[:3],[fd[3:6],fd[6:9],fd[9:12]]]
self.facets+=[self.facet]