Blender Git Commit Log
Git Commits -> Revision b617b44
Revision b617b44 by Jacques Lucke (master) March 15, 2021, 09:00 (GMT) |
Spreadsheet: add status bar This implements the status bar as footer region in the spreadsheet editor. It shows the total number of rows and columns as well as how many rows are actually visible (based on the filter). The implementation stores the stats in a runtime struct during drawing and the status bar reads from that struct. Ref T86142. Differential Revision: https://developer.blender.org/D10693 |
Commit Details:
Full Hash: b617b44419613ae87d64b5d4692515750c83b417
Parent Commit: 2ca48b9
Lines Changed: +149, -5
7 Modified Paths:
/source/blender/blenkernel/intern/screen.c (+5, -0) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+37, -0) (Diff)
/source/blender/editors/space_spreadsheet/space_spreadsheet.cc (+90, -5) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc (+4, -0) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_intern.hh (+6, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+2, -0) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+37, -0) (Diff)
/source/blender/editors/space_spreadsheet/space_spreadsheet.cc (+90, -5) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc (+4, -0) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_intern.hh (+6, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+2, -0) (Diff)