Change couple of strings.

Clearly mention SVN version being built and more direct POVRay error.
This commit is contained in:
2010-06-12 23:09:01 +00:00
parent 971e4be108
commit 32ce3e3433
2 changed files with 2 additions and 2 deletions

View File

@@ -766,7 +766,7 @@ class PovrayRender(bpy.types.RenderEngine):
self._process = subprocess.Popen([pov_binary, self._temp_file_ini]) # stdout=subprocess.PIPE, stderr=subprocess.PIPE
except OSError:
# TODO, report api
print("POVRAY: could not execute povray, possibly povray isn't installed: '%s'" % pov_binary)
print("POVRAY: could not execute '%s', possibly povray isn't installed" % pov_binary)
import traceback
traceback.print_exc()
print ("***-DONE-***")