I am trying to make a render button for my script.
I want it to select the vray vfb so I am using:
but if I use this the render occurs, but the VFB dissapears after rendering
if I use
I get close to what I want, but the render continues even if you hit cancel. In fact if you keep hitting cancel, it just keeps rendering.
So how can I control the renderer just like I hit the render button on the task bar or the render dialogue window such that I can cancel the render midway?
Raj
I want it to select the vray vfb so I am using:
Code:
Vr = renderers.current vr.output_on= true render()
if I use
Code:
max quick render
So how can I control the renderer just like I hit the render button on the task bar or the render dialogue window such that I can cancel the render midway?
Raj
Comment