Blender Git Loki
Git Commits -> Revision bffeab9
Revision bffeab9 by Sergey Sharybin (master) March 6, 2012, 16:22 (GMT) |
Fix for fracture object crash Issue was caused by incorrect resetting of tesselated fave data in copy_mesh: - CustomData_free will free data from original mesh because layers in new mesh are pointing to the same memory just after copy. So it's needed only to set some pointers to NULL. - It was incorrect filling fdata with zeroes because of incorrect structure size used. |
Commit Details:
Full Hash: bffeab99aef22181ea6284381b77fcc85833967c
SVN Revision: 44679
Parent Commit: 5ba020d
Lines Changed: +15, -9
1 Modified Path:
/source/blender/blenkernel/intern/mesh.c (+15, -9) (Diff)