mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
System Info: correct title in background mode
This commit is contained in:
parent
24be7bd99e
commit
98fed4f50c
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ def write_sysinfo(filepath):
|
|||
output.write("SDL: Blender was built without SDL support\n")
|
||||
|
||||
if bpy.app.background:
|
||||
output.write("\nOpenGL: missing, background mode\n")
|
||||
output.write("\nGPU: missing, background mode\n")
|
||||
else:
|
||||
output.write(title("GPU"))
|
||||
output.write("renderer:\t%r\n" % gpu.platform.renderer_get())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue