Blender Git Commit Log
Git Commits -> Revision 0660078
Revision 0660078 by Campbell Barton (master) January 9, 2011, 14:30 (GMT) |
mathutils matrix initialization now matches other mathutils types. (should have made this change along with the others). Matrix([1, 2], [3, 4]) --> Matrix(([1, 2], [3, 4])) This is so adding initialization args works right. Also simplify initialization code (re-use slice assignment). |
Commit Details:
Full Hash: 0660078b8bb5eac6f81bd352505dc6f7d72e06c1
SVN Revision: 34194
Parent Commit: 99e203d
Lines Changed: +28, -66