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.

This commit is contained in:
Maurice Raybaud 2019-07-30 02:24:07 +02:00
parent 37a8bdc661
commit 5209139cc7
1 changed files with 2 additions and 1 deletions

View File

@ -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: