Blender Git Commit Log
Git Commits -> Revision dc9beee
Revision dc9beee by Campbell Barton (master) July 15, 2013, 06:29 (GMT) |
fix for error (-1 index into array) when removing customdata layers with no data, delete_customdata_layer was using layer data pointer to check weather to adjust index values (but both pointers can be NULL). Remove this code and do in customdata.c |
Commit Details:
Full Hash: dc9beee3e23ff03f016c43d511719aa798a02f68
SVN Revision: 58256
Parent Commit: bf77d35
Lines Changed: +16, -94