SketchUp / sketchup-stl

A SketchUp Ruby Extension that adds STL (STereoLithography) file format import and export.
http://extensions.sketchup.com/content/sketchup-stl
MIT License
248 stars 68 forks source link

Need to check for user cancel of savepanel on exporter #147

Closed jimfoltz closed 9 years ago

jimfoltz commented 9 years ago

filename is nil if user cancels savepanel()

https://github.com/SketchUp/sketchup-stl/blob/master/src/sketchup-stl/exporter.rb#L43

jimfoltz commented 9 years ago

Duplicate of #145 also.