Files
test/source
Hans Goudey a63e32fabf Fix #121187: Sculpt dynamic topology crash with empty mesh
Mistake in b3aca5b28f. Some sculpt PBVH code has null checks
so I must have assumed a null PBVH was an expected situation. It turns
out those null checks are very inconsistent. We would probably be better
off removing them and ensuring the PBVH always exists.
2024-04-29 10:57:00 -04:00
..