Fixed a bug that had binary stls be handled by the ascii stl parser.

This commit is contained in:
Aeva Ntsc 2013-03-24 16:12:55 -05:00
parent 398d384137
commit eacb9c4886

View File

@ -121,6 +121,8 @@ def auto_detect(fileob, hint):
pass
except ValueError:
pass
except IndexError:
pass
try:
# It is pretty important that the binary stl model loader
# is tried second, because its possible for it to parse