🏢 PlaceMaker | 25% off for February including new Google Earth data imports!
Learn more
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