Blender Git Commit Log
Git Commits -> Revision a8ed803
Revision a8ed803 by Campbell Barton (master) December 20, 2011, 04:11 (GMT) |
rename internal matrix struct member vars to avoid confusion Matrix.contigPtr --> matrix Matrix.row_size --> num_col Matrix.col_size --> num_row |
Commit Details:
Full Hash: a8ed803b660410f408d31ca22e16109f8efbdae1
SVN Revision: 42752
Parent Commit: 3d8ee28
Lines Changed: +164, -164
8 Modified Paths:
/source/blender/python/intern/bpy_rna.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+139, -139) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.h (+10, -10) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+9, -9) (Diff)
/source/blender/python/mathutils/mathutils.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+139, -139) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.h (+10, -10) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+9, -9) (Diff)