polypixel
12-01-2011, 04:18 PM
Hey
I'm working on a script to automate the process of rendering out a skybox from a 3d scene. It's all going well so far except i'm having problems saving out the images I render to the correct format.
render sb_top;
renderWindowSaveImageCallback "renderView" "C:/Users/Khornelius/Desktop/Art/SSZ_Envs/Renders/test.tga" "Targa";
I got the script by just cut and pasting what I see in the Script Editor when I save a rendered image. It seems to specify the image format but when I run the script I find it's saved the render as an .IFF file.
Any ideas?
Thanks.
I'm working on a script to automate the process of rendering out a skybox from a 3d scene. It's all going well so far except i'm having problems saving out the images I render to the correct format.
render sb_top;
renderWindowSaveImageCallback "renderView" "C:/Users/Khornelius/Desktop/Art/SSZ_Envs/Renders/test.tga" "Targa";
I got the script by just cut and pasting what I see in the Script Editor when I save a rendered image. It seems to specify the image format but when I run the script I find it's saved the render as an .IFF file.
Any ideas?
Thanks.
