Blender Git Commit Log

Git Commits -> Revision 3a6158a

Revision 3a6158a by Campbell Barton (master)
July 15, 2011, 04:01 (GMT)
move mathutils into its own lib.

Commit Details:

Full Hash: 3a6158a8bf2b5518ef3a126b003debeba6bbea90
SVN Revision: 38409
Parent Commit: 5ff9acf
Lines Changed: +9242, -9189

15 Added Paths:

/source/blender/python/mathutils/CMakeLists.txt (+52, -0) (View)
/source/blender/python/mathutils/mathutils.c (+384, -0) (View)
/source/blender/python/mathutils/mathutils.h (+111, -0) (View)
/source/blender/python/mathutils/mathutils_Color.c (+870, -0) (View)
/source/blender/python/mathutils/mathutils_Color.h (+55, -0) (View)
/source/blender/python/mathutils/mathutils_Euler.c (+721, -0) (View)
/source/blender/python/mathutils/mathutils_Euler.h (+60, -0) (View)
/source/blender/python/mathutils/mathutils_geometry.c (+1135, -0) (View)
/source/blender/python/mathutils/mathutils_geometry.h (+43, -0) (View)
/source/blender/python/mathutils/mathutils_Matrix.c (+2041, -0) (View)
/source/blender/python/mathutils/mathutils_Matrix.h (+63, -0) (View)
/source/blender/python/mathutils/mathutils_Quaternion.c (+1164, -0) (View)
/source/blender/python/mathutils/mathutils_Quaternion.h (+55, -0) (View)
/source/blender/python/mathutils/mathutils_Vector.c (+2410, -0) (View)
/source/blender/python/mathutils/mathutils_Vector.h (+52, -0) (View)

14 Deleted Paths:

/source/blender/python/generic/mathutils.c (+0, -384)
/source/blender/python/generic/mathutils.h (+0, -111)
/source/blender/python/generic/mathutils_Color.c (+0, -870)
/source/blender/python/generic/mathutils_Color.h (+0, -55)
/source/blender/python/generic/mathutils_Euler.c (+0, -725)
/source/blender/python/generic/mathutils_Euler.h (+0, -60)
/source/blender/python/generic/mathutils_geometry.c (+0, -1126)
/source/blender/python/generic/mathutils_geometry.h (+0, -43)
/source/blender/python/generic/mathutils_Matrix.c (+0, -2042)
/source/blender/python/generic/mathutils_Matrix.h (+0, -63)
/source/blender/python/generic/mathutils_Quaternion.c (+0, -1164)
/source/blender/python/generic/mathutils_Quaternion.h (+0, -55)
/source/blender/python/generic/mathutils_Vector.c (+0, -2411)
/source/blender/python/generic/mathutils_Vector.h (+0, -52)

13 Modified Paths:

/source/blender/python/CMakeLists.txt (+1, -0) (Diff)
/source/blender/python/generic/CMakeLists.txt (+0, -14) (Diff)
/source/blender/python/intern/bpy.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_interface.c (+4, -4) (Diff)
/source/blender/python/intern/bpy_rna.c (+1, -1) (Diff)
/source/blender/python/SConscript (+9, -2) (Diff)
/source/blenderplayer/CMakeLists.txt (+1, -0) (Diff)
/source/creator/CMakeLists.txt (+1, -0) (Diff)
/source/gameengine/Expressions/PyObjectPlus.h (+1, -1) (Diff)
/source/gameengine/Ketsji/CMakeLists.txt (+1, -0) (Diff)
/source/gameengine/Ketsji/KX_PyMath.h (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+2, -2) (Diff)
/source/gameengine/Ketsji/SConscript (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021