Thomas Thomassen
Thomas Thomassen
I tried this in standalone Ruby and it doesn't work there either. If you want to catch errors form your extension you could try something similar to how I collect...
> For connecting an IDE with Sketchup it would be help full to get all output from the Ruby Console into a file. What IDE are you using? And why...
Some output in the Ruby Console might be printed directly instead of via stdout or stderr.
Logged as SU-40219
Can you provide some example materials to go along with this?
@ackarkka - are we missing all of this?
That's a good point, having to have an instance to make that query.
I was able to reproduce this with both Classic and new rendering engine.
I checked `UI.inspector_names` back to SU6 and it seems that it was never in that list. (Strange). I just checked the source and the list is hard-coded. Not a dynamic...
> I want to write a huge picture in a skp file. For example, width:100000 inches,height: 100000 inches。 > double fWidth = 10E5; > double fHeight = 10E5; > >...