SaveRenderWindowAs Now saves only the RGB pass

Hi,

I used to use

rs.Command ("_-SaveRenderWindowAs "+FileName)

to save all of the passes inside the V-ray window. Since swapping to the new V-ray and Rhino 6 it seems to only save the RGB pass.

Does anyone know how to revert to saving all of the passes?

Kind regards,

Or at least save the .png rather than a .jpeg

I’ve moved this to the Rendering V-Ray category.

– Dale

I’m bumping this thread. How do you save all channels!?!?

I can solve your PNG problem at least, all you have to do is specify the filename as a png like zo

saveLocation = filePath + str(frameName) + “.png”
rs.Command("-_SaveRenderWindowAs \n""+saveLocation + “”\n")