Blender Git Loki
Git Commits -> Revision 5fa5ea3
Revision 5fa5ea3 by Ken Hughes (master) April 24, 2006, 23:00 (GMT) |
===Bugfix=== matrix.resize4x4() was incorrectly allocating a array of pointers using the wrong cast -- sizeof(float) instead of sizeof(float *). Worked fine on 32-bit systems but caused a crash on AMD64. Discovered by a student in one of my classes (kudos, Joe). |
Commit Details:
Full Hash: 5fa5ea352e1e4bce5070316cdd5d0caef4ac0a23
SVN Revision: 7312
Parent Commit: 9e7a0e1
Lines Changed: +1, -1
1 Modified Path:
/source/blender/python/api2_2x/matrix.c (+1, -1) (Diff)