Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
π£οΈ Road Profile Builder | Generate roads, curbs and pavements easily Download
Error loading PointTool ruby in Sketchup 8
-
That's the full error message?
-
Here's the fixed version PointTool.rb
-
Hi TIG,
What was the issue exactly, TIG ? The new Ruby API is more strict as I see
But this is interesting things to know for a poor coder like me...
-
Sketchup::set_status_text ("Specify first Point:"), SB_PROMPTshould be
Sketchup::set_status_text("Specify first Point:", SB_PROMPT)Notice:
- no space after method name and brackets.
- brackets surround all arguments - the original incorrectly placed one argument outside
-
Thanks.
I was aware of that BTW
Advertisement