Blender Git Commit Log

Git Commits -> Revision 9cc531d

June 7, 2020, 09:47 (GMT)
Info Editor keymap and UI improvements

This is my first steps with GSoC, excuse any mistakes.

The goal of this change is to make it consistent with outliner.

Keymap changes (change info editor keymap to match outliner):

- click on empty space - deselect
- ctrl + click to select multiple reports
- add active report - last selected
- shift select to select range from active report
- ctrl shift select to select multiple ranges

UI changes:
- indicate active report in info editor
- use the same color scheme as outliner
- do not show zebra in selected reports (be consistent with outliner)
- add new info_active (report) and row_alternate theme setting

Differential Revision: https://developer.blender.org/D7950

Commit Details:

Full Hash: 9cc531d7cf71cc354fa83b675181f401770add83
Parent Commit: fe6be70
Lines Changed: +173, -49

12 Modified Paths:

/release/datafiles/userdef/userdef_default_theme.c (+3, -1) (Diff)
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+5, -2) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+7, -3) (Diff)
/source/blender/blenkernel/intern/undo_system.c (+2, -2) (Diff)
/source/blender/editors/include/UI_resources.h (+2, -0) (Diff)
/source/blender/editors/interface/resources.c (+15, -0) (Diff)
/source/blender/editors/space_info/info_draw.c (+19, -4) (Diff)
/source/blender/editors/space_info/info_report.c (+101, -32) (Diff)
/source/blender/editors/undo/ed_undo.c (+5, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+10, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021