I'm trying to save already rendered image from the arnold renderview with Python or Mel (like after an interactive session or simple render). But so far I can't find how to do so, any help?
Here's what I tried :
import maya.cmds as cmds
editor = "renderView"
cmds.renderWindowEditor(editor, e=True, writeImage="C:/test.jpg")
Thanks!
If I am not wrong , you are just trying to save your rendered images right?
so in that case you can use the following to save the images at a specific location before rendering them itself (I have only used it while doing arnold render using script as well), you can give it a shot by setting this attribute manually and then taking renders.
where file_path will something like
destination + filename.extension