Blender Git Loki
Git Commits -> Revision 3d8ee28
Revision 3d8ee28 by Campbell Barton (master) December 20, 2011, 03:37 (GMT) |
__str__ functions for other mathutils types |
Commit Details:
Full Hash: 3d8ee287509f3a0dac535914a7193397217b006c
SVN Revision: 42751
Parent Commit: 32b23b9
Lines Changed: +98, -19
7 Modified Paths:
/source/blender/python/mathutils/mathutils.c (+13, -0) (Diff)
/source/blender/python/mathutils/mathutils.h (+5, -0) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+17, -1) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+17, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+4, -15) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+17, -1) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+25, -1) (Diff)
/source/blender/python/mathutils/mathutils.h (+5, -0) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+17, -1) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+17, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+4, -15) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+17, -1) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+25, -1) (Diff)