Blender Git Commit Log
Git Commits -> Revision c2f74d6
August 23, 2021, 07:32 (GMT) |
BLI_math: Fix several division-by-zero cases. Those were caused by various tools used on degenerate geometry, see T79775. Note that fixes are as low-level as possible, to ensure they cover as much as possible of unreported issues too. We still probably have many more of those hidden in BLI_math though. |
Commit Details:
Full Hash: c2f74d62435a25dc52d1a640db1c417ad7ec75d3
Parent Commit: 0cd6c1d
Committed By: Jeroen Bakker
Lines Changed: +43, -2