Blender Git Commit Log
Git Commits -> Revision 87cb3f8
Revision 87cb3f8 by Sergey Sharybin (master) September 2, 2011, 17:58 (GMT) |
Fix crash caused by recently added assert about if string was set properly. Memory Estimate is actually 31 characters length, str[31] is a null-terminator. Return length of 31 for memory estimate property. Returning proper length would lead to slowdown because of 2x iteration through vertices. |
Commit Details:
Full Hash: 87cb3f8519c942e19b20ac2b6bbe82fd28b95b3c
SVN Revision: 39880
Parent Commit: 2fb2075
Lines Changed: +5, -1
1 Modified Path:
/source/blender/makesrna/intern/rna_fluidsim.c (+5, -1) (Diff)