Blender Git Loki
Git Commits -> Revision 81ab9ef
Revision 81ab9ef by Sergey Sharybin (master) December 27, 2018, 10:35 (GMT) |
Fix T56595: Hair Dynamics stop working after saving new file The issue was caused by NaN valid of the average spring length being stored in the file. This caused accumulation in the springs builder to also deliver NaNs, which then caused solver itself to not do anything. Not sure why these values where never initialized prior to the accumulation. Or even, why this runime data is stored in a DNA. Some sanitizing is possible here, but needs to be done with care to not disrupt Spring production. |
Commit Details:
Full Hash: 81ab9ef968d392aa8edc79566bf02e23f93da7a8
Parent Commit: 2c0c1f4
Lines Changed: +5, -0
1 Modified Path:
/source/blender/blenkernel/intern/cloth.c (+5, -0) (Diff)