Blender Git Loki

Blender Git "soc-2020-info-editor" branch commits.

Page: 9 / 12

July 8, 2020, 08:45 (GMT)
Add verbose log severity

- it is common practice to have separated info and verbose log
- verbose log is always with code
- convert LOG_INFO with level higher than 1 to LOG_VERBOSE
July 8, 2020, 07:31 (GMT)
Merge branch 'master' into soc-2020-info-editor
July 6, 2020, 15:33 (GMT)
Merge branch 'master' into soc-2020-info-editor
July 6, 2020, 15:26 (GMT)
Fix compile errors
July 6, 2020, 14:09 (GMT)
CLOG: remove G.debug guard
July 6, 2020, 13:48 (GMT)
Add comments and todos
July 6, 2020, 07:22 (GMT)
Cleanup: update todos with name
July 6, 2020, 06:48 (GMT)
Cleanup: add user name to todo
July 6, 2020, 06:48 (GMT)
Improve logging errors when saving file
July 5, 2020, 22:54 (GMT)
Cleanup: remove RTP_STORE

After introducing logs it has no use
July 5, 2020, 14:04 (GMT)
Merge branch 'show-reports-from-startup' into soc-2020-info-editor
July 5, 2020, 13:59 (GMT)
Merge branch 'master' into soc-2020-info-editor

# Conflicts:
# source/blender/blenkernel/intern/appdir.c
# source/blender/blenloader/intern/readfile.h
July 5, 2020, 13:54 (GMT)
Feature: catch reports even if window manager is not fully initialized

this allows us to show errors in info editor
July 4, 2020, 08:15 (GMT)
Add comment
July 3, 2020, 15:08 (GMT)
WIP: Refactor reports: change use of RPT_PRINT and remove storelevel

- storelevel is not used feature - it was meant to print report to console (and not store) but with growing usage of logger it is redundant and complicates logic. Its place will take logger bke.report
- remove G.background from logic. If you want to see reports, enable logger (can be done by default)
- RPT_PRINT will no longer controll what gets printed to console, but it will only
- remove debug report: is your message user or developer oriented? If user, use info report, if developer, use log. Also duplicates functionality with log
July 3, 2020, 10:46 (GMT)
Remove print

this print is doubling on string that is printed line above
July 3, 2020, 10:24 (GMT)
Print python eval logs: simplify implementation
July 2, 2020, 21:24 (GMT)
Fix: show python evaluation errors in info editor

printing PyErr also clear it. That caused only syntax errors to be printed
July 2, 2020, 13:21 (GMT)
Cleanup and silence compiler warning
July 2, 2020, 13:17 (GMT)
Fix log printing error
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021