We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should present an error message when importing junk files such as this one: https://dl.dropboxusercontent.com/u/4791584/SketchUp/STL/luer.stl
Reference: http://forums.sketchup.com/t/stl-plugin-hung-up-at-importing-geometry/1793/6
The text was updated successfully, but these errors were encountered:
Also, if the stl file is less than 80 bytes, we get an Exception because file.read(4) returns nil, and then we try to call unpack on nil
nil
unpack
https://github.com/SketchUp/sketchup-stl/blob/master/src/sketchup-stl/importer.rb#L161
Sorry, something went wrong.
No branches or pull requests
We should present an error message when importing junk files such as this one: https://dl.dropboxusercontent.com/u/4791584/SketchUp/STL/luer.stl
Reference:
http://forums.sketchup.com/t/stl-plugin-hung-up-at-importing-geometry/1793/6
The text was updated successfully, but these errors were encountered: