Blender Git Loki

Git Commits -> Revision 9e437aa

Revision 9e437aa by Jacques Lucke (master)
March 21, 2021, 13:29 (GMT)
Cleanup: fix compiling with older compiler on macos

We cannot use `std::variant` yet, because not all of the compilers
we support have a working version of it yet. For now, I just replaced
it with multiple `std::option` which is good enough, because currently
`CellValue` is only used for the cells that are actually drawn in
the spreadsheet.

Commit Details:

Full Hash: 9e437aabdb3d14c32584afb4bfa9e6eb35f06e51
Parent Commit: dcf1a10
Lines Changed: +31, -28

3 Modified Paths:

/source/blender/editors/space_spreadsheet/spreadsheet_column_layout.cc (+10, -10) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_column_layout.hh (+10, -7) (Diff)
/source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc (+11, -11) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021