Blender Git Commit Log

Git Commits -> Revision d3856b7

August 16, 2021, 08:01 (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: d3856b7e9715c7e83d377ab32dd914ec9deee7d7
Parent Commit: dbdf227
Committed By: Jeroen Bakker
Lines Changed: +29, -0

3 Modified Paths:

/source/blender/blenlib/BLI_math_vector.h (+4, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+10, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+15, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021