Ahh.. and there's no way to hack it together? Doesn't LightUp do kind off the same thing in flight mode? (I'm not sure as I've never used it before though).
Thank you!
Ahh.. and there's no way to hack it together? Doesn't LightUp do kind off the same thing in flight mode? (I'm not sure as I've never used it before though).
Thank you!
Does the long painfull silence mean I've asked something dumb?
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!
Hi there,
Does anyone happen to know a way to batch import materials into SketchUp? Or how to automaticly create a library with a set of images. It's pretty anoying I have to add them one by one.
Thank you!
Hello,
I'm working on a plugin that does stuff with the camera and scene's.
To make it a bit more solid, I would like to disable all possibly ways of moving the camera or adding/removing scene's for as long my plugin (webdialog) is open.
Is this possible and how?
Thanks!