[Bf-blender-cvs] [8856c26fc36] master: Windows: add cycles debug logging to helper batch file.

Lazydodo noreply at git.blender.org
Thu Aug 15 17:42:07 CEST 2019


Commit: 8856c26fc364b4590755dacf132abe5ae7dac543
Author: Lazydodo
Date:   Thu Aug 15 09:42:00 2019 -0600
Branches: master
https://developer.blender.org/rB8856c26fc364b4590755dacf132abe5ae7dac543

Windows: add cycles debug logging to helper batch file.

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

M	release/windows/batch/blender_debug_log.cmd

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

diff --git a/release/windows/batch/blender_debug_log.cmd b/release/windows/batch/blender_debug_log.cmd
index ecb5803a5c9..2d708ea9104 100644
--- a/release/windows/batch/blender_debug_log.cmd
+++ b/release/windows/batch/blender_debug_log.cmd
@@ -12,5 +12,5 @@ mkdir "%temp%\blender\debug_logs" > NUL 2>&1
 echo.
 echo Starting blender and waiting for it to exit....
 set PYTHONPATH=
-blender --debug --python-expr "import bpy; bpy.ops.wm.sysinfo(filepath=r'%temp%\blender\debug_logs\blender_system_info.txt')" > "%temp%\blender\debug_logs\blender_debug_output.txt" 2>&1 < %0
+blender --debug --debug-cycles --python-expr "import bpy; bpy.ops.wm.sysinfo(filepath=r'%temp%\blender\debug_logs\blender_system_info.txt')" > "%temp%\blender\debug_logs\blender_debug_output.txt" 2>&1 < %0
 explorer "%temp%\blender\debug_logs"



More information about the Bf-blender-cvs mailing list