Blender Git Commit Log
Git Commits -> Revision 797fa11
Revision 797fa11 by Martijn Berger (master) February 13, 2015, 03:34 (GMT) |
mathutils: __hash__ for mathutils types This gives the same result as converting to a tuple and hashing. |
Commit Details:
Full Hash: 797fa116fdd6d1a0f3e2761834820857ff7a9af7
Parent Commit: 1ae2098
Committed By: Campbell Barton
Lines Changed: +95, -5
7 Modified Paths:
/source/blender/python/mathutils/mathutils.c (+31, -0) (Diff)
/source/blender/python/mathutils/mathutils.h (+2, -0) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+9, -1) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+9, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+26, -1) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+9, -1) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+9, -1) (Diff)
/source/blender/python/mathutils/mathutils.h (+2, -0) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+9, -1) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+9, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+26, -1) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+9, -1) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+9, -1) (Diff)