Blender Git Commit Log
Git Commits -> Revision 66dd9fb
Revision 66dd9fb by Bastien Montagne (master) July 20, 2015, 14:55 (GMT) |
Fix (unreported) broken MixWeight modifier in debug builds. defvert_find_index() & co now assert when '-1' invalid vgroup index is passed. We used to rely on NULL value returned in this case, but with the assert... The assert completely stalls blender actually (repeated for every vertex!). So much better to not call that func when vgroup index is invalid. |
Commit Details:
Full Hash: 66dd9fbf229f78207f2f7a8701bcb2da46328875
Parent Commit: 9ee1f96
Lines Changed: +7, -7