Blender Git Commit Log
Git Commits -> Revision b1639dc
Revision b1639dc by Campbell Barton (master) February 24, 2011, 04:58 (GMT) |
support pythons cyclic garbage collector for mathutils types. |
Commit Details:
Full Hash: b1639dc118c1f92cd8c61983e3ddef2589084adb
SVN Revision: 35117
Parent Commit: 9aa9ade
Lines Changed: +261, -124
8 Modified Paths:
/source/blender/python/generic/mathutils.c (+21, -4) (Diff)
/source/blender/python/generic/mathutils.h (+4, -0) (Diff)
/source/blender/python/generic/mathutils_Color.c (+44, -23) (Diff)
/source/blender/python/generic/mathutils_Euler.c (+44, -23) (Diff)
/source/blender/python/generic/mathutils_Matrix.c (+51, -25) (Diff)
/source/blender/python/generic/mathutils_Quaternion.c (+47, -23) (Diff)
/source/blender/python/generic/mathutils_Vector.c (+49, -25) (Diff)
/source/blender/python/generic/mathutils_Vector.h (+1, -1) (Diff)
/source/blender/python/generic/mathutils.h (+4, -0) (Diff)
/source/blender/python/generic/mathutils_Color.c (+44, -23) (Diff)
/source/blender/python/generic/mathutils_Euler.c (+44, -23) (Diff)
/source/blender/python/generic/mathutils_Matrix.c (+51, -25) (Diff)
/source/blender/python/generic/mathutils_Quaternion.c (+47, -23) (Diff)
/source/blender/python/generic/mathutils_Vector.c (+49, -25) (Diff)
/source/blender/python/generic/mathutils_Vector.h (+1, -1) (Diff)