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