📷 GIF Exporter 1.1 | create animated GIFs from SketchUp models with customizable settings
Download
Problem loading my script
-
I have been revising my mortisetool.rb file and the new version loads fine with no errors listed using the ruby console. However when I place it in the plugin folder I get this error message on loading.
Error Loading File KK_MortiseTool.rb
undefined method `GetString' for nil:NilClassI have set variables to nil initially so I can test to see if the program has changed them.
I used this method also in the original version and had no trouble loading it.Possible solutions?
Thanks
Keith -
Hi Keith,
Don't use GetString just because Google's example scripts do. Do you know the purpose of GetString, how it works, or in which file it is defined? (it's in /Tools/langhandler.rb)
Advertisement