Blender Git Loki

Git Commits -> Revision ccead2e

Revision ccead2e by Hans Goudey (master)
November 3, 2021, 18:45 (GMT)
Spreadsheet: Display geometry volume component grids

This shows a geometry's volume grids in the spreadsheet.
Three columns are displayed:
- Name: The text name of each grid
- Data type: Float, Vector, etc.
- Class: Fog volume, Level Set, or unkown

In the future, values of the voxels themselves could be displayed,
but that is a much more complex problem, with important performance
implications, etc.

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

Commit Details:

Full Hash: ccead2ed9c6121c42a516712da38a2faec877e2f
Parent Commit: 4e5537d8
Lines Changed: +188, -23

10 Modified Paths:

/source/blender/editors/space_spreadsheet/CMakeLists.txt (+10, -0) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_cell_value.hh (+1, -0) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_dataset_draw.cc (+15, -2) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_dataset_layout.cc (+6, -0) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc (+95, -0) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.hh (+20, -0) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_layout.cc (+17, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_volume.c (+21, -21) (Diff)
/source/blender/makesrna/RNA_enum_items.h (+2, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021