Blender Git Commit Log
Git Commits -> Revision 7680d4f
Revision 7680d4f by Hans Goudey (temp-spreadsheet-row-filter) May 18, 2021, 17:14 (GMT) |
Add support for float2, float3, color, and instance columns |
Commit Details:
Full Hash: 7680d4fc6af571615ff8a31122a1bd026e51cd92
Parent Commit: 8d7866f
Lines Changed: +201, -12
6 Modified Paths:
/source/blender/blenkernel/intern/screen.c (+5, -0) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc (+1, -1) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_row_filter.cc (+114, -0) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_row_filter_ui.cc (+48, -7) (Diff)
/source/blender/makesdna/DNA_space_types.h (+13, -4) (Diff)
/source/blender/makesrna/intern/rna_space.c (+20, -0) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc (+1, -1) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_row_filter.cc (+114, -0) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_row_filter_ui.cc (+48, -7) (Diff)
/source/blender/makesdna/DNA_space_types.h (+13, -4) (Diff)
/source/blender/makesrna/intern/rna_space.c (+20, -0) (Diff)