Blender Git Loki

Git Commits -> Revision 4ed208b

Revision 4ed208b by Jacques Lucke (master)
March 15, 2021, 09:16 (GMT)
Spreadsheet: support showing data from original/unevaluated object

There are two caveats of the current implementation which still need
to be resolved in a separate step:
* In theory the data on the original object can be editable in the spreadsheet.
* If a complex object is in edit mode, and its original data is displayed,
the drawing code can be slow, because the bmesh is converted to a mesh
every time. The proper solution is to draw the data from the bmesh directly.
This should become easier after an upcoming refactor.

Ref T86141.

Differential Revision: https://developer.blender.org/D10701

Commit Details:

Full Hash: 4ed208bcd82e912fa9a0da6137af6e87004e9365
Parent Commit: b617b44
Lines Changed: +110, -20

4 Modified Paths:

/release/scripts/startup/bl_ui/space_spreadsheet.py (+3, -1) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc (+60, -15) (Diff)
/source/blender/makesdna/DNA_space_types.h (+8, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+39, -3) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021