Blender Git Commit Log
Git Commits -> Revision 986e62f
Revision 986e62f by Campbell Barton (master) December 26, 2011, 00:05 (GMT) |
fix for a bug in mathutils when a vector was accessing a matrix and the matrix size increased, future access too the vector would write past the allocated bounds. now raise an exception. |
Commit Details:
Full Hash: 986e62f3b6f03dda88149b1e8a8f301a4d24ab78
SVN Revision: 42873
Parent Commit: 02d72b5
Lines Changed: +157, -26