Forum: Poser Python Scripting


Subject: Saving rendered image

Tiny opened this issue on Dec 20, 2015 ยท 4 posts


Tiny posted Mon, 21 December 2015 at 7:25 AM

Thank you! That worked when I used the 'hard coded simple path' but not with my whole script. After more testing and reading Python manual I got it working. :) This is what the save image line looks like now: scene.SaveImage("png",os.path.realpath('E:/')+'Renders/'+(LastName))