Fixed a bug that had binary stls be handled by the ascii stl parser.
This commit is contained in:
parent
398d384137
commit
eacb9c4886
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user