- console remove doubles with command history

- povray file removal was uncommented
This commit is contained in:
2009-07-29 00:37:37 +00:00
parent a638f611a8
commit cacc5f782a
3 changed files with 34 additions and 7 deletions

View File

@@ -502,9 +502,8 @@ class PovrayRenderEngine(bpy.types.RenderEngine):
def _cleanup(self):
for f in (self.temp_file_in, self.temp_file_ini, self.temp_file_out):
#try: os.remove(f)
#except: pass
pass
try: os.remove(f)
except: pass
self.update_stats("", "")