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!
đź«› Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
Odd Ruby Error
-
I just noticed an error in the Ruby Console when I right click the model axis.
Error; #<LocalJumpError; return from proc-closure> (eval);1075;in `call'Ahyone got an idea of what that might be?
-
A return statement from a do..end / { } block is used in one of your installed Ruby scripts.
azuby
-
The keyword 'return' being used in a do block?
-
That should be the reason.
azuby
-
ok. thanks. then I know what to look for. amongst all the plugins installed... ...just hope it isn't a scrambled plugin that's the culprit.
-
Since you are getting it when right clicking on a axis, then the failing code is most assuredly a proc for displaying a right click context menu for a script. You can narrow your search down to any scripts you have that generate context menu selections.
Advertisement