Jim Foltz

Results 8 issues of Jim Foltz

Changes size of export dialog and repositions controls a bit to add a little more space. For some reason, the SKUI dialog has a smaller width in SketchUp 2017 than...

Would it be super annoying to `UI.beep` (option) after a long import?

enhancement
question

We know SketchUp doesn't handle small geometry well, so is there any reason for exporting decimal numbers out to 11, 12, or more places? Would we create a "better" STL...

enhancement
question

It seems like having one folder for each `.strings` files is over complicated. When you need to edit the files there is much more clicking/typing than if the files were...

enhancement

I'm not sure I like how I use class instance variables in some of the methods. For example, the `@mesh_file` variable which [shows up](https://github.com/SketchUp/sketchup-stl/blob/master/src/sketchup-stl/exporter.rb#L104) in several methods. It's used more...

enhancement
coding style

Hi. I'm Trying umlify on Ruby source which has some methods ending in a `?`. I had to manually escape them (%3F) in order to get it working. Thanks.

Since it is possible to create hotspot styles in the console, would it be possible to have a console hotspot click callback? For example, I can write a hostspot using:...

Feature

What do you think about using Components instead of Groups, and then using `Model.place_component` to let the user place the components. Currently, the objects are created as Groups and draw...

enhancement