@tig said:
The Ruby files within the Plugins folder should all be .RB, those within the extensions' subfolders in the Plugins folder can be .RB, .RBS or .RBE...
The 'loader
' file should be called by some earlier code using the correct method...
For .RB files it can be done withrequire(relative_path_to_file)
with .rb filetype-extension shown
Alsoload(full_path_to_file)
with .rb filetype-extension would work
BUT for encrypted files it is different -Sketchup::require(path_to_file)
and then the filetype-name is optional.Because the loading code is almost certainly encrypted only the author can fix file path weirdness...
Ok. I've already sent a message to the author reporting the problem. I thank you all for the attention paid and the help.