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

Sketchup 2014 under Wine #170

Open martiinezz opened 6 years ago

martiinezz commented 6 years ago

Hi,

As there is no support for Linux I use Sketchup 2014 in wine. Everything works fine except when I choose STL export I get blank small window and can't continue (on Win32 it shows some options before export happens). How can I help you to fix it?

Aerilius commented 6 years ago

See issue and resolution suggestions https://github.com/SketchUp/sketchup-stl/issues/171. I had a try on debugging it, as well as tweaking SKUI to either no hamper directly with the Windows API or to port SKUI to HTMLDialog, but it adds quite a lot of complexity for a simple dialog. I cannot help tell you what to do, it needs decision by the project owners how to go forward.

martiinezz commented 6 years ago

Thanks, I'll check it out

martiinezz commented 6 years ago

Works but accepts only 2 arguments so I had to remove Sketchup.active_model.active_entities

thomthom commented 6 years ago

As of SketchUp 2018, a native STL importer/exporter is shipped with SketchUp. The Ruby API also expose all options for all exporters with this version.

Are you able to use SketchUp 2018 with Wine?