Change couple of strings.
Clearly mention SVN version being built and more direct POVRay error.
This commit is contained in:
@@ -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
|
self._process = subprocess.Popen([pov_binary, self._temp_file_ini]) # stdout=subprocess.PIPE, stderr=subprocess.PIPE
|
||||||
except OSError:
|
except OSError:
|
||||||
# TODO, report api
|
# 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
|
import traceback
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
print ("***-DONE-***")
|
print ("***-DONE-***")
|
||||||
|
@@ -478,7 +478,7 @@ debug debuglink::
|
|||||||
clean:: linkclean debuglinkclean
|
clean:: linkclean debuglinkclean
|
||||||
|
|
||||||
link: $(BINTARGETS)
|
link: $(BINTARGETS)
|
||||||
@echo "****> Build $(MAKE_START) - `date '+%H:%M:%S %d-%b-%Y'`"
|
@echo "****> Build SVN rev $(BUILD_REV), $(MAKE_START) - `date '+%H:%M:%S %d-%b-%Y'`"
|
||||||
ifdef NANENV
|
ifdef NANENV
|
||||||
@for n in $(NANENV); do \
|
@for n in $(NANENV); do \
|
||||||
echo " $$n"; \
|
echo " $$n"; \
|
||||||
|
Reference in New Issue
Block a user