April 19, 2021, 21:38 (GMT) |
Move assigning column runtime data to the main draw function |
April 19, 2021, 21:36 (GMT) |
Remove "T" keymap item |
April 19, 2021, 21:33 (GMT) |
Don't gray out filter panels when their string is empty |
April 19, 2021, 21:28 (GMT) |
Merge branch 'master' into temp-spreadsheet-row-filter |
April 16, 2021, 17:49 (GMT) |
Remember the last data type when a column is no longer visible |
April 16, 2021, 16:57 (GMT) |
Merge branch 'master' into temp-spreadsheet-row-filter |
April 14, 2021, 17:50 (GMT) |
Compare display names instead of the column ID |
April 14, 2021, 16:32 (GMT) |
Use nullptr instead of NULL |
April 14, 2021, 16:25 (GMT) |
Merge branch 'master' into temp-spreadsheet-row-filter |
April 14, 2021, 02:41 (GMT) |
Cleanup: Whitespace and unused includes |
April 14, 2021, 02:33 (GMT) |
New implementation of the UI in a sidebar Includes panels and drag and drop |
April 13, 2021, 17:00 (GMT) |
Address small review comments from Jacques |
April 13, 2021, 16:52 (GMT) |
Merge branch 'master' into temp-spreadsheet-row-filter |
April 12, 2021, 20:21 (GMT) |
Reorder enum definitions |
April 12, 2021, 20:19 (GMT) |
Small cleanups |
April 12, 2021, 20:12 (GMT) |
Spreadsheet Editor: Row filters {F9930989 size=full} This patch adds support for filtering out rows based on rules and values. Filters will work for any attribute data source, they are a property of the spreadsheet rather than of the attribute system. **Further Questions** * The popover is a test, it would be easy to move this to a sidebar, but I wanted to see what people thought about the popover. * `SpreadSheetColumn` does not know about the " X" suffixes that are added to vector columns. This means the row filter cannot determine the correct data type for vector columns. Luckily the default of float works, but I'm not sure how to handle this properly. Differential Revision: https://developer.blender.org/D10959 |
April 12, 2021, 14:07 (GMT) |
Merge branch 'master' into temp-spreadsheet-row-filter |
April 9, 2021, 23:03 (GMT) |
Geometry Nodes: Working spreadsheet row filtering Now there is only some UI work left |
April 9, 2021, 16:41 (GMT) |
Merge branch 'master' into temp-spreadsheet-row-filter |
March 30, 2021, 21:55 (GMT) |
Implement basic UI and structures for row filters |
|