Thomas Thomassen

Results 573 comments of Thomas Thomassen

I'm using SVG/PDF cursors in both Vertex Tools and SUbD, I'm seeing the cursor scaling with the DPI. If I use my Surface laptop with 200% scaling the cursors appear...

> Adding arguments will ensure backward compatibility is broken ... unless all previous releases of SketchUp already ignore extra arguments in observer callback method definitions. We can check for arity...

Side note @Fredosixx : > The benefit of OnCancel is that it fires BEFORE the Undo or Redo action is performed. So it's relatively easy to decide what to do...

Huh! I wasn't aware of that. hm.. wonder why that blocks the upcoming operation. I have to dig into the source.

It wasn't intended that `view.write_image` would include Overlays. This is internally logged as a bug.

We've not been able to reproduce this. We only saw a serialization error if using the path literally as described in the example: `"/Users/***/Downloads/Untitled.layout"` But when provided with a valid...

I tried this on Windows 10 and macOS Monterey (m1), still unable to reproduce.

We have other interfaces like this; `Animation` for instance: https://ruby.sketchup.com/Sketchup/Animation.html We made YARD comments that documented the interface. (YARD created a new page per class/module) Similarly the tool interface, entirely...

Hm... it could be that there's a bug in the stub-generation. I'd have to investigate.