Blender Git Commit Log
Git Commits -> Revision ea58786
Revision ea58786 by Jacques Lucke (temp-spreadsheet-editor, temp-spreadsheet-editor-python-prototyping) February 22, 2021, 10:12 (GMT) |
initial spreadsheet boilerplate code |
Commit Details:
Full Hash: ea58786120fc69d0437362bd817caa89224ad3f4
Parent Commit: b4147ae
Lines Changed: +223, -1
4 Added Paths:
/source/blender/editors/space_spreadsheet/CMakeLists.txt (+39, -0) (View)
/source/blender/editors/space_spreadsheet/space_spreadsheet.cc (+115, -0) (View)
/source/blender/editors/space_spreadsheet/spreadsheet_intern.hh (+19, -0) (View)
/source/blender/editors/space_spreadsheet/spreadsheet_ops.cc (+21, -0) (View)
/source/blender/editors/space_spreadsheet/space_spreadsheet.cc (+115, -0) (View)
/source/blender/editors/space_spreadsheet/spreadsheet_intern.hh (+19, -0) (View)
/source/blender/editors/space_spreadsheet/spreadsheet_ops.cc (+21, -0) (View)
7 Modified Paths:
/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/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/makesrna/intern/rna_space.c (+6, -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/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/makesrna/intern/rna_space.c (+6, -0) (Diff)