Files
test/source
Hans Goudey 2079507ca5 Refactor: Sculpt: Separate geometry and per-node undo step code paths
Sometimes undo data is stored per PBVH node, and sometimes the entire
geometry is stored. Currently these go through the same `undo::push_node`
function, which is confusing and limits improvements we can make to the
pushing of per-node undo data.
2024-06-20 13:39:33 -04:00
..