Blender Git Loki
Git Commits -> Revision 552b367
Revision 552b367 by Campbell Barton (master) January 23, 2011, 08:37 (GMT) |
bugfix + minor mathutils.Vector edits. - multiplying a 2D vector by a 3x3 or 4x4 matrix would use un-initialized memory, now throw an exception. - use more variable length array BLI_math functions. |
Commit Details:
Full Hash: 552b36733bb2015aa64933bf3c57f1ad90c87b5a
SVN Revision: 34462
Parent Commit: a877155
Lines Changed: +67, -88