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
|
pass
|
||||||
except ValueError:
|
except ValueError:
|
||||||
pass
|
pass
|
||||||
|
except IndexError:
|
||||||
|
pass
|
||||||
try:
|
try:
|
||||||
# It is pretty important that the binary stl model loader
|
# It is pretty important that the binary stl model loader
|
||||||
# is tried second, because its possible for it to parse
|
# is tried second, because its possible for it to parse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user