[Bf-extensions-cvs] [5209139c] master: dummy commit test with simple comment edit: Set my old machine back up with mesa opengl32.DLL as it no longer ran blender 2.8 for lack of opengl 3.

Maurice Raybaud noreply at git.blender.org
Tue Jul 30 02:33:56 CEST 2019


Commit: 5209139cc7b0b8cb8fa9d96561ec6ace69438a1b
Author: Maurice Raybaud
Date:   Tue Jul 30 02:24:07 2019 +0200
Branches: master
https://developer.blender.org/rBA5209139cc7b0b8cb8fa9d96561ec6ace69438a1b

dummy commit test with simple comment edit: Set my old machine back up with mesa opengl32.DLL as it no longer ran blender 2.8 for lack of opengl 3.

===================================================================

M	render_povray/render.py

===================================================================

diff --git a/render_povray/render.py b/render_povray/render.py
index 755b9953..a845d102 100644
--- a/render_povray/render.py
+++ b/render_povray/render.py
@@ -4180,7 +4180,8 @@ class PovrayRender(bpy.types.RenderEngine):
             data = b""
             last_line = ""
             while _test_wait():
-                # POV in Windows does not output its stdout/stderr, it displays them in its GUI
+                # POV in Windows did not output its stdout/stderr, it displayed them in its GUI
+                # But now writes file
                 if self._is_windows:
                     self.update_stats("", "POV-Ray 3.7: Rendering File")
                 else:



More information about the Bf-extensions-cvs mailing list