[Bf-blender-cvs] [9ba7255e743] temp-lanpr-staging: Windows: add cycles debug logging to helper batch file.

Lazydodo noreply at git.blender.org
Fri Aug 16 03:05:29 CEST 2019


Commit: 9ba7255e743d146044a938f8a4d0fb828f49676a
Author: Lazydodo
Date:   Thu Aug 15 09:42:00 2019 -0600
Branches: temp-lanpr-staging
https://developer.blender.org/rB9ba7255e743d146044a938f8a4d0fb828f49676a

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