Blender Git Commit Log

Git Commits -> Revision 9cb5f0a

Revision 9cb5f0a by Jacques Lucke (master)
March 8, 2021, 15:25 (GMT)
Spreadsheet: add boilerplate code for new editor type

This adds the initial boilerplate code that is required to introduce
the new spreadsheet editor. The editor is still hidden from the ui.

It can be made visible by undoing the change in `rna_screen.c`.

This patch does not contain any business logic for the spreadsheet editor.

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

Ref T86279.

Commit Details:

Full Hash: 9cb5f0a2282a7a84f7f8636b43a32bdc04b51cd5
Parent Commit: d230c9b
Lines Changed: +501, -2

5 Added Paths:

/release/scripts/startup/bl_ui/space_spreadsheet.py (+39, -0) (View)
/source/blender/editors/space_spreadsheet/CMakeLists.txt (+39, -0) (View)
/source/blender/editors/space_spreadsheet/space_spreadsheet.cc (+221, -0) (View)
/source/blender/editors/space_spreadsheet/spreadsheet_intern.hh (+19, -0) (View)
/source/blender/editors/space_spreadsheet/spreadsheet_ops.cc (+21, -0) (View)

20 Modified Paths:

/release/datafiles/userdef/userdef_default_theme.c (+32, -0) (Diff)
/release/scripts/presets/interface_theme/blender_light.xml (+36, -0) (Diff)
/release/scripts/startup/bl_ui/__init__.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_context.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/context.c (+9, -0) (Diff)
/source/blender/blenkernel/intern/screen.c (+3, -0) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+2, -0) (Diff)
/source/blender/editors/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/include/ED_space_api.h (+1, -0) (Diff)
/source/blender/editors/interface/interface_template_search_menu.c (+1, -0) (Diff)
/source/blender/editors/interface/resources.c (+3, -0) (Diff)
/source/blender/editors/space_api/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+18, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_screen.c (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+16, -0) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+28, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021