Blender Git Loki
Git Commits -> Revision bfaedae
Revision bfaedae by Mateusz Grzeliński (soc-2020-info-editor) June 29, 2020, 10:36 (GMT) |
WIP: Make reports show in info editor This is highly experimental implementation of T78214 for GSoC project, it has quite a few problems with memory. - clog context now stores logs as list - info editor can show reports from window manager of log context - logs from clog context are converted to reports {F8653182} Maniphest Tasks: T78214 Differential Revision: https://developer.blender.org/D8147 |
Commit Details:
Full Hash: bfaedae862d331df55eec2f80a05b7234d603e86
Parent Commit: 8903368
Lines Changed: +249, -69
11 Modified Paths:
/intern/clog/CLG_log.h (+77, -0) (Diff)
/intern/clog/clog.c (+63, -49) (Diff)
/intern/clog/CMakeLists.txt (+3, -0) (Diff)
/release/scripts/startup/bl_ui/space_info.py (+6, -1) (Diff)
/source/blender/editors/space_info/info_intern.h (+3, -0) (Diff)
/source/blender/editors/space_info/info_report.c (+27, -9) (Diff)
/source/blender/editors/space_info/space_info.c (+18, -8) (Diff)
/source/blender/makesdna/DNA_space_types.h (+18, -1) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_space_api.c (+21, -1) (Diff)
/intern/clog/clog.c (+63, -49) (Diff)
/intern/clog/CMakeLists.txt (+3, -0) (Diff)
/release/scripts/startup/bl_ui/space_info.py (+6, -1) (Diff)
/source/blender/editors/space_info/info_intern.h (+3, -0) (Diff)
/source/blender/editors/space_info/info_report.c (+27, -9) (Diff)
/source/blender/editors/space_info/space_info.c (+18, -8) (Diff)
/source/blender/makesdna/DNA_space_types.h (+18, -1) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_space_api.c (+21, -1) (Diff)