Blender Git Commit Log

Git Commits -> Revision d0fd407

April 14, 2021, 02:33 (GMT)
New implementation of the UI in a sidebar

Includes panels and drag and drop

Commit Details:

Full Hash: d0fd4079852b2e1cdc300610b04622f05742a379
Parent Commit: f3b85c2
Lines Changed: +612, -216

2 Added Paths:

/source/blender/editors/space_spreadsheet/spreadsheet_row_filter_ui.cc (+299, -0) (View)
/source/blender/editors/space_spreadsheet/spreadsheet_row_filter_ui.hh (+21, -0) (View)

16 Modified Paths:

/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+18, -0) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+19, -0) (Diff)
/release/scripts/startup/bl_ui/space_spreadsheet.py (+0, -110) (Diff)
/source/blender/blenkernel/intern/screen.c (+4, -2) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+17, -0) (Diff)
/source/blender/editors/interface/interface_panel.c (+1, -1) (Diff)
/source/blender/editors/space_spreadsheet/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/space_spreadsheet/space_spreadsheet.cc (+65, -9) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_column_values.hh (+5, -5) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_intern.hh (+5, -0) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_ops.cc (+6, -6) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_row_filter.cc (+38, -13) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_row_filter.hh (+12, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+15, -9) (Diff)
/source/blender/makesrna/intern/rna_space.c (+82, -60) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021