Eneroth3

Results 43 comments of Eneroth3
trafficstars

Maybe it's time to buy a pro license if you are making money out of SketchUp

I can't remember if sketchup-ruby-api-tutorials gave me anything except the reference to sketchup-ruby-debugger. If not, maybe this repo can link directly to the download page for sketchup-ruby-debugger and omit the...

Safe frame bars seemingly cover the whole thumbnail. Expected behavior is to not have them in the thumbnail at all. This is a regression. ![2024-04-11_10h21_07](https://github.com/SketchUp/api-issue-tracker/assets/5631725/cc94e802-b8ce-4697-9ee0-63556fb4dd70)

> But (it would make more sense to me,) if the hash indices (keys) were the section plane objects, and the values the "parent" object references. Especially if the method...

SectionPlane#activating_pages is probably an even better name.

I think the easiest solution would just be transparent and then whatever interface is using the image can set the background of choice.

Raising is the more proper way, no question about it. The one possible reason not to raise would be backward compatibility. However, if the status never can be false, even...

I think just adding the return value without any new argument is good. Developers 10 years from now shouldn't have to copy in some boilerplate arity check to have the...

I would personally not rely on such a detail. I've been bitten by similar things in the past. There is no documentation of this method stating the exact logic, and...

I think we need both a getter/sett for the viewport "centroid" point and a camera placement API similar to that of the SketchUp Ruby API. I don't know how difficult...