Blender Git Commit Log

Git Commits -> Revision 316e77b

July 30, 2019, 11:14 (GMT)
Cloth: fix issue in compute_face_sizing, epsilon for invert_m2, face_sizing debug statements

Problem was that the det(facedm) was 0.0f or at least close to 0.0f which means inverse would lead to division by 0.0f error which resulted in -nan.

Commit Details:

Full Hash: 316e77be93438f83c3d57833c5634ff569c5990d
Parent Commit: e24fca7
Lines Changed: +53, -7

3 Modified Paths:

/source/blender/blenkernel/intern/cloth_remeshing.cpp (+50, -4) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+1, -1) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021