blender/intern/eigen
Sergey Sharybin 9921e10583 Math: Set matrix to zero when inversion fails
Avoids usage of uninitialized memory when inversion fails.

That uninitialized memory can cause object to become visible when
it is supposed not to or other artifacts like that.

Longer term solution would be to check every instance of invert_m#
function and to explicit fallback when needed (possibly, using
extra utility functions).
2018-06-22 12:08:18 +02:00
..
intern Math: Set matrix to zero when inversion fails 2018-06-22 12:08:18 +02:00
CMakeLists.txt Math: optimizations for 4x4x matrix inverse, multiplications. 2018-06-01 12:00:11 +02:00
eigen_capi.h Math: optimizations for 4x4x matrix inverse, multiplications. 2018-06-01 12:00:11 +02:00