How to render SketchUp with Vray via ruby script [Help]
-
Since its possible to render sketchup normally through a ruby script. I would really like to know the command(if any) to use in a ruby script in rendering sketchup files with vray.....
-
or any other external renderer...
I am also desperately looking for a renderer which I can control from ruby. Any help is very much appreciated.
Andreas
-
I just stumbled over my last question, here is a possible answer:
thea render does the job for me, can be called via undocumented
TH4SU.render("output.jpg") { callback.call }
Has some flaws but generally works well.
Advertisement