Hi talented people!
the question comes in two steps:
-
is there a complete documentation somewhere of how to call VRay functions directly from rhinoscript C# or rhinoscript python? Or are people encouraged to utilize VRay for grasshoper instead?
-
so basically just trying to pick up rhinoscript python by writing my own batch render script with auto lens shift per view. Working in an Architecture firm batch render without lens correction is just useless. It’s a pretty straight forward script, but without having access to VRay functions, I had to call Rhino render command to enable auto render and auto saving, and here comes the problem: half way through the batch render process, say the 3rd out of 5 views, if I see something wrong, I want the script to stop running after it recognizes I manually pressed stop rendering in the VRay frame buffer window, so I don’t have to wait for the scene to be reloaded and hit the stop button 2 more times;
is there a way to do that? It’s theoretically very easy to do if there is a VRay render function that has a bool output telling me whether the render went to 100% or not, does anyone know what that function is or any work around?
Thank you so much in advance