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
247 stars 68 forks source link

STL import|export should be moved to a rationalized location in the SketchUp UI #4

Closed jbacus closed 11 years ago

jbacus commented 11 years ago

Exporter should be moved to: File>Export>3D Model>"Stereolithography Files (*.stl)"

Since it can't go there due to API limitations, we should first move it to: File>Export STL...


Importer should be moved to: file>import>"Stereolithography Files (*.stl)"

scottlininger commented 11 years ago

Fixed in https://github.com/SketchUp/sketchup-stl/commit/5e19dd5eb72c0159939d491074aed0c537b46c42

Closing.

thomthom commented 11 years ago

I've wondered why there isn't an Exporter class to match the Importer class ... ?