Blender Git Loki
Git Commits -> Revision 316e77b
Revision 316e77b by Ish Bosamiya (soc-2019-adaptive-cloth) 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