Ref T86135.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
This is great. It's already so helpful. I would suggest putting these drop-downs to the left of the breadcrumbs / object name label and pin icon.
| source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc | ||
|---|---|---|
| 514–521 | I would expect this to be an IndexMask, does that make sense? A separate cleanup though, possibly. | |
| source/blender/makesrna/intern/rna_space.c | ||
| 7274 | A simpler phrasing is "Part of the geometry to show data from" | |
| 7282 | I think "display" is better than "show" (D10551) | |
| source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc | ||
|---|---|---|
| 514–521 | Right now it could be an IndexMask. However, as soon as sorting is supported, this does not work anymore. An IndexMask has the invariant that it is always sorted (because that allows some optimizations). | |
| source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc | ||
|---|---|---|
| 514–521 | Ah right, forgot about that. Thanks. | |
