Page MenuHome

Spreadsheet: Expose more domains and point cloud data.
ClosedPublic

Authored by Jacques Lucke (JacquesLucke) on Mar 10 2021, 1:52 PM.

Diff Detail

Repository
rB Blender

Event Timeline

Jacques Lucke (JacquesLucke) requested review of this revision.Mar 10 2021, 1:52 PM
Jacques Lucke (JacquesLucke) created this revision.

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)

This revision is now accepted and ready to land.Mar 10 2021, 4:10 PM
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).

  • improve descriptions
  • move dropdowns to the left
source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc
514–521

Ah right, forgot about that. Thanks.