Blender Git Loki
Git Commits -> Revision 17a5db7
Revision 17a5db7 by Hans Goudey (master) March 19, 2021, 19:30 (GMT) |
Geometry Nodes: Add geometry instances data to the spreadsheet This patch adds data about instances generated by geometry nodes to the spreadsheet. The transform data is decomposed into position, rotation, and scale, and there is a name column to display the name of the instanced object or collection. This data is implemented specifically for the spreadsheet, because we're not sure that we want to expose this data as attributes for the use elsewhere. Differential Revision: https://developer.blender.org/D10770 |
Commit Details:
Full Hash: 17a5db7303df52c319ea34cecea25442932cfe03
Parent Commit: 9de8c2f
Lines Changed: +135, -6
5 Modified Paths:
/release/scripts/startup/bl_ui/space_spreadsheet.py (+2, -1) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_column_layout.cc (+45, -4) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_column_layout.hh (+16, -1) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc (+67, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+5, -0) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_column_layout.cc (+45, -4) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_column_layout.hh (+16, -1) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc (+67, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+5, -0) (Diff)