Hi, With Maya's render view I can use this MEL;
renderWindowEditor -edit -writeImage "D:/Renders/test.png" $renderViewName;
It's useful for me to test really fast what my image will look like finally comped.
But is there an equivalent command that can be used to save out an image from the V-Ray framebuffer?
renderWindowEditor -edit -writeImage "D:/Renders/test.png" $renderViewName;
It's useful for me to test really fast what my image will look like finally comped.
But is there an equivalent command that can be used to save out an image from the V-Ray framebuffer?
Comment