📷 GIF Exporter 1.1 | create animated GIFs from SketchUp models with customizable settings
Download
Implementing scrambler
-
Hello,
I'm trying to scramble some about-to-be-released code using the Scrambler that comes with the google SDK. However, once I do this I am no longer able to implement the file. I have a main 'loader' file that implements the scrambled ruby file.
This is the old situation (in the main file), and it works:
require 'saphua/tool.rb' # Other code
This is the new situation, without succes:
require 'saphua/tool.rbs' # Other code
This didn't work either:
require 'saphua/tool' # Other code
Anyone? Thanks!
-
You want the Sketchup version of "require" called "Sketchup::require" which knows about scrambled eggs.
-
Cool, thanks!
Advertisement