July 13, 2020, 14:47 (GMT) |
Merge branch 'master' into soc-2020-info-editor # Conflicts: # source/blender/windowmanager/intern/wm_files.c |
July 11, 2020, 13:18 (GMT) |
Merge branch 'master' into soc-2020-info-editor |
July 10, 2020, 09:18 (GMT) |
Cleanup: rename loggers |
July 10, 2020, 09:13 (GMT) |
Merge branch 'master' into soc-2020-info-editor |
July 10, 2020, 09:13 (GMT) |
Translation: convert print to clog For now, I did not add log to msgfmt as it is standalone executable |
July 10, 2020, 08:42 (GMT) |
Interface: convert print to clog |
July 9, 2020, 18:54 (GMT) |
Remove debug guards from clog, add clog |
July 9, 2020, 15:23 (GMT) |
Merge branch 'master' into soc-2020-info-editor |
July 9, 2020, 14:39 (GMT) |
Render: convert print to clog - convert all prints in to logs - remove printing background in favour of logger, that can be enabled anytime. This logger will print every 30 times, what solves T59649 - include missing header in BLI_timecode.h |
July 9, 2020, 10:27 (GMT) |
Fix missing property debug reports has been removed |
July 8, 2020, 16:47 (GMT) |
Remove uses G.debug guards from CLOG (simple cases) |
July 8, 2020, 14:37 (GMT) |
Experimental: remove debug arguments from function, remove debug guardsfrom logs This is to see if loggers should be influenced by code. Also rename function to *_sprintf |
July 8, 2020, 13:19 (GMT) |
Merge branch 'master' into soc-2020-info-editor |
July 8, 2020, 11:46 (GMT) |
Command line arguments: separate log level into severity and verbosity |
July 8, 2020, 11:23 (GMT) |
Workaround: logging big messages causes crash |
July 8, 2020, 11:16 (GMT) |
Rename clog check macro |
July 8, 2020, 11:14 (GMT) |
Tweak log levels |
July 8, 2020, 10:41 (GMT) |
Fix: do not check error by printed string |
July 8, 2020, 09:15 (GMT) |
Merge branch 'master' into soc-2020-info-editor |
July 8, 2020, 09:14 (GMT) |
Fix report logging - do not return NULL from BKE_reports_sprintf, it is too hard to handle memory free-ing - fix: convert clog info to verbose |
|