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

WebDialog Option UI #32

Closed thomthom closed 11 years ago

thomthom commented 12 years ago

I've begun to work on a WebDialog option window for the Importer.

STL UI Preview

It tries to mimic the UI of the native OS and suppresses the HTML context menu and selection feature.

I'm trying to make it so it'll be easy to create the same for the Exporter. (Or any other plugin.)

Didn't get around to finish it today. Just an FYI in case someone else where thinking in the same lines.

Feature is build in "feature-options-window" branch of my fork if you want to inspect. https://github.com/thomthom/sketchup-stl/tree/feature-options-window

thomthom commented 11 years ago

Implemented in #33.