Blender Git Commit Log

Git Commits -> Revision fe9a22a

Revision fe9a22a by Campbell Barton (master)
April 11, 2010, 12:05 (GMT)
py api file rename
- prefix mathutils api.
- 2 blf.c files (annoying for debugging)
- py api docs ignore keying sets as with operators.

Commit Details:

Full Hash: fe9a22a0182689125c8147934bc20bbc86141aab
SVN Revision: 28124
Parent Commit: 4c5fe03
Lines Changed: +7720, -7718

14 Added Paths:

/source/blender/python/generic/blf_api.c (+325, -0) (View)
/source/blender/python/generic/blf_api.h (+26, -0) (View)
/source/blender/python/generic/geometry.c (+0, -841) (View)
/source/blender/python/generic/Geometry.h (+0, -39) (View)
/source/blender/python/generic/mathutils.c (+0, -721) (View)
/source/blender/python/generic/mathutils.h (+0, -114) (View)
/source/blender/python/generic/mathutils_Euler.c (+668, -0) (View)
/source/blender/python/generic/mathutils_Euler.h (+64, -0) (View)
/source/blender/python/generic/mathutils_Matrix.c (+1523, -0) (View)
/source/blender/python/generic/mathutils_Matrix.h (+66, -0) (View)
/source/blender/python/generic/mathutils_quat.c (+942, -0) (View)
/source/blender/python/generic/mathutils_quat.h (+59, -0) (View)
/source/blender/python/generic/mathutils_Vector.c (+2267, -0) (View)
/source/blender/python/generic/mathutils_Vector.h (+54, -0) (View)

10 Deleted Paths:

/source/blender/python/generic/blf.c (+0, -325)
/source/blender/python/generic/blf.h (+0, -26)
/source/blender/python/generic/euler.c (+0, -668)
/source/blender/python/generic/euler.h (+0, -64)
/source/blender/python/generic/matrix.c (+0, -1523)
/source/blender/python/generic/matrix.h (+0, -66)
/source/blender/python/generic/quat.c (+0, -942)
/source/blender/python/generic/quat.h (+0, -59)
/source/blender/python/generic/vector.c (+0, -2267)
/source/blender/python/generic/vector.h (+0, -54)

8 Modified Paths:

/release/scripts/modules/rna_info.py (+2, -0) (Diff)
/source/blender/python/intern/bpy.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_rna.c (+1, -1) (Diff)
/source/gameengine/Converter/KX_IpoConvert.cpp (+1, -1) (Diff)
/source/gameengine/Expressions/PyObjectPlus.h (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_PyMath.h (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+2, -2) (Diff)
/source/gameengine/VideoTexture/ImageBuff.cpp (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021