Blender Git Commits

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

Page: 10 / 12

July 2, 2020, 13:05 (GMT)
Merge branch 'show-python-eval-logs' into soc-2020-info-editor
July 2, 2020, 13:04 (GMT)
Add experimental support for catching python stdin/out

Python evaluation logs will be printed as info report
July 2, 2020, 09:17 (GMT)
Convert local logger to global

- convert prints to CLOGs
July 2, 2020, 08:47 (GMT)
Convert print to CLOGs

- change printing function style to be CLOG friendly
- remove G.debug and ifdef guards in favour of CLOG_INFO
July 1, 2020, 21:01 (GMT)
Convert print to CLOGs

remove debug check (G.debug) and custom macros (PATH_DEBUG) where possible.
- there is no performance improvement for checking G.debug - info log must be manually activated anyways
- imo info with verbosity level set is nicer solution than macros, although there will be performance hit
July 1, 2020, 20:56 (GMT)
Convert print to CLOGs
July 1, 2020, 20:55 (GMT)
Remove printf

BLENLOADER_LOG_READFILE is already logging reading file
July 1, 2020, 20:17 (GMT)
Refactor blf (blender fonts) to use CLOG instead of printf
July 1, 2020, 15:43 (GMT)
Make reports use CLOG for printing reports that can not be displayed

This is useful for example for versioning reports, they will persist in info editor as log entry
July 1, 2020, 14:55 (GMT)
Join printf with report

If this is user oriented message there is no need to print it in console. Report will be persistent in info editor.
July 1, 2020, 14:33 (GMT)
Refactor versioning to use CLOG instead of printf
July 1, 2020, 14:30 (GMT)
Remove debug wrapper from log
July 1, 2020, 13:42 (GMT)
Merge branch 'master' into soc-2020-info-editor

# Conflicts:
# source/blender/windowmanager/intern/wm_files.c
July 1, 2020, 13:36 (GMT)
Refactor readfile.c to use CLOG instead of printf
July 1, 2020, 10:52 (GMT)
Cleanup: Remove new line from logs
July 1, 2020, 10:51 (GMT)
Cleanup: Activate dead log
July 1, 2020, 10:50 (GMT)
Cleanup: Rename function to match style
July 1, 2020, 10:40 (GMT)
Tweaks to logging

- use generally higher verbosity
- remove clog which was only showcase
- remove ifdef debug guards
- rename print function to match general style
July 1, 2020, 09:33 (GMT)
Remove clog dependency on ListBase

- it was quick hack to get things working, it is causing troubles with includes
- remove accidentally commited in merge struct LogRecord
July 1, 2020, 08:01 (GMT)
Refactor window manager message bus to use CLOG instead of print

- create logger wm.msgbus.handle
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021