Blender Git Loki
Git Commits -> Revision b21db5e
Revision b21db5e by Bastien Montagne (master) June 14, 2021, 10: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: b21db5e6988566dc3344b3293eb7e33234ec2597
Parent Commit: 5add6f2
Lines Changed: +42, -1