Blender Git Commit Log
Git Commits -> Revision 4f9e0ec
Revision 4f9e0ec by Campbell Barton (master) June 18, 2009, 23:12 (GMT) |
Update Mathutils for py3k * removed coercing types which has been removed from py3. * matrix uses getset's rather then getset items. * removed deprecated functions. |
Commit Details:
Full Hash: 4f9e0ec06ed8498f34d30fa9a4a7b264b85d4d0e
SVN Revision: 20998
Parent Commit: b618278
Lines Changed: +166, -533
7 Modified Paths:
/source/blender/python/generic/mathutils.c (+0, -236) (Diff)
/source/blender/python/generic/mathutils.h (+0, -12) (Diff)
/source/blender/python/generic/matrix.c (+73, -108) (Diff)
/source/blender/python/generic/matrix.h (+0, -4) (Diff)
/source/blender/python/generic/quat.c (+39, -76) (Diff)
/source/blender/python/generic/quat.h (+0, -4) (Diff)
/source/blender/python/generic/vector.c (+54, -93) (Diff)
/source/blender/python/generic/mathutils.h (+0, -12) (Diff)
/source/blender/python/generic/matrix.c (+73, -108) (Diff)
/source/blender/python/generic/matrix.h (+0, -4) (Diff)
/source/blender/python/generic/quat.c (+39, -76) (Diff)
/source/blender/python/generic/quat.h (+0, -4) (Diff)
/source/blender/python/generic/vector.c (+54, -93) (Diff)