Files
test/source
Hans Goudey 76e9dc0f04 Spreadsheet: Improve mesh selection filter domain interpolation
Previously the spreadsheet always used vertex selections to figure
out which geometry elements to display. This caused unexpected
filtering because of generic domain propagation rules.

Instead, implement filtering separately for each domain. This
requires a bit more boilerplate but the code is much clearer
and should be a bit more efficient too.
2024-11-22 13:15:52 -05:00
..