I'd like to make a little script to generate fast preview of a scene, and I'd like to compute/display it in a VRay frame buffer, but I can't find where max saves the bitmap it computes when I do that, for example:
so where did my bitmap go??
thanks,
Paul.
Code:
vr = renderers.current --vray vr.output_on = true -- uses vray buffer b = render() -- renders with vray buffer display b --gives me nuthin' vr.showLastVFB() --gives me nuthin' either...
thanks,
Paul.
Comment