Blender Git Loki
Git Commits -> Revision 9a37e26
Revision 9a37e26 by Campbell Barton (master) January 2, 2012, 09:04 (GMT) |
slice and iterator access for matrix.col/row so you can do... a, b = mat.col[0:2] and... for a in mat.col: ... |
Commit Details:
Full Hash: 9a37e2682dfd5a1ea7b35465167588a9458591bc
SVN Revision: 43067
Parent Commit: ec710a2
Lines Changed: +70, -3
1 Modified Path:
/source/blender/python/mathutils/mathutils_Matrix.c (+70, -3) (Diff)