wrote images with the wrong extension (still ran), but is confusing.

This commit is contained in:
Campbell Barton 2009-07-28 06:12:58 +00:00
parent 37b49492a8
commit 0b3eb956c4

@ -468,7 +468,7 @@ class PovrayRenderEngine(bpy.types.RenderEngine):
import tempfile
self.temp_file_in = tempfile.mktemp(suffix='.pov')
self.temp_file_out = tempfile.mktemp(suffix='.ppm')
self.temp_file_out = tempfile.mktemp(suffix='.tga')
self.temp_file_ini = tempfile.mktemp(suffix='.ini')
def info_callback(txt):