Arch: small fix in DAE importer
This commit is contained in:
parent
0bb651da4d
commit
9b4b46f1d0
|
@ -97,6 +97,8 @@ def read(filename):
|
|||
tset = prim.triangles()
|
||||
elif hasattr(prim,"triangleset"):
|
||||
tset = prim.triangleset()
|
||||
else:
|
||||
tset = []
|
||||
for tri in tset:
|
||||
face = []
|
||||
for v in tri.vertices:
|
||||
|
|
Loading…
Reference in New Issue
Block a user