Blender Git Loki
Git Commits -> Revision 5c8c1a7
Revision 5c8c1a7 by Campbell Barton (master) December 30, 2011, 06:43 (GMT) |
PyAPI - remove Matrix.row_size / col_size. these were rather awkwardly named, but its more clear to use len(). mat.col_size --> len(mat.row) mat.row_size --> len(mat.col) |
Commit Details:
Full Hash: 5c8c1a7358bf2fbc2e7e08d5b5e64abec9b2feb8
SVN Revision: 42989
Parent Commit: 0501ba5
Lines Changed: +0, -18
1 Modified Path:
/source/blender/python/mathutils/mathutils_Matrix.c (+0, -18) (Diff)