Thomas Thomassen
Thomas Thomassen
There appear to not be any STL file extension in the file dialog drop down list.
See #110. The slow down is due to the healing which is triggered by tiny faces being lost because they are too small for SketchUp's tolerance. Look into improving the...
Will be be doing this? http://en.wikipedia.org/wiki/STL_%28file_format%29 > There are at least two variations on the binary STL format for adding color information:
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
See issue #138 - indicates there are exporting issues when some faces are hidden. It'd be good if STL exporter could deal with this in a smarter way.
Make use of the SKUI framework for the importer dialog as well.
I think we might need to create some branches in this main repo. One for maintenance releases of current stable versions. And one for next version. Maybe it makes sense...
Just thinking, could we add unit info the the STL file? In binary format you have the 80 byte empty buffer, maybe we can add some info there so when...
Once we've implemented an API for automating import and export, refactored the blocking messageboxes out of the code, #47, we should add some unit tests to this project.
Discussions around other issues show that we need an API to the importer and exporter. An API will have multiple purposes: - Import/Export can be unit tested. - Import/Export can...