Blender Git Loki

Git Commits -> Revision 72bc3f2

Revision 72bc3f2 by Campbell Barton (master)
February 14, 2011, 04:15 (GMT)
python api renaming and added headers for some files which didnt have one, no functionality change.

Commit Details:

Full Hash: 72bc3f22b7d01349eaa82b58f8b03a1a26b738ba
SVN Revision: 34837
Parent Commit: 54190dd
Lines Changed: +7666, -7603

5 Added Paths:

/source/blender/python/generic/mathutils_Quaternion.c (+1121, -0) (View)
/source/blender/python/generic/mathutils_Quaternion.h (+50, -0) (View)
/source/blender/python/generic/noise_py_api.c (+763, -0) (View)
/source/blender/python/generic/noise_py_api.h (+29, -0) (View)
/source/blender/python/intern/bpy_driver.h (+30, -0) (View)

11 Deleted Paths:

/source/blender/python/generic/mathutils_Color.c (+554, -0)
/source/blender/python/generic/mathutils_Color.h (+50, -0)
/source/blender/python/generic/mathutils_Euler.c (+691, -0)
/source/blender/python/generic/mathutils_Euler.h (+55, -0)
/source/blender/python/generic/mathutils_Matrix.c (+1889, -0)
/source/blender/python/generic/mathutils_Matrix.h (+58, -0)
/source/blender/python/generic/mathutils_quat.c (+0, -1119)
/source/blender/python/generic/mathutils_quat.h (+0, -52)
/source/blender/python/generic/mathutils_Vector.c (+2266, -0)
/source/blender/python/generic/mathutils_Vector.h (+47, -0)
/source/blender/python/generic/noise.c (+0, -761)

27 Modified Paths:

/source/blender/python/generic/bgl.c (+2, -1) (Diff)
/source/blender/python/generic/bgl.h (+0, -2) (Diff)
/source/blender/python/generic/CMakeLists.txt (+13, -11) (Diff)
/source/blender/python/generic/IDProp.c (+2, -0) (Diff)
/source/blender/python/generic/IDProp.h (+4, -1) (Diff)
/source/blender/python/generic/mathutils.c (+2, -0) (Diff)
/source/blender/python/generic/mathutils.h (+5, -7) (Diff)
/source/blender/python/generic/mathutils_geometry.c (+2, -0) (Diff)
/source/blender/python/generic/mathutils_geometry.h (+0, -1) (Diff)
/source/blender/python/generic/py_capi_utils.c (+1, -0) (Diff)
/source/blender/python/intern/bpy.c (+2, -0) (Diff)
/source/blender/python/intern/bpy_app.c (+3, -0) (Diff)
/source/blender/python/intern/bpy_app.h (+3, -9) (Diff)
/source/blender/python/intern/bpy_interface.c (+7, -6) (Diff)
/source/blender/python/intern/bpy_operator.c (+5, -2) (Diff)
/source/blender/python/intern/bpy_operator.h (+0, -7) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+2, -0) (Diff)
/source/blender/python/intern/bpy_operator_wrap.h (+0, -2) (Diff)
/source/blender/python/intern/bpy_props.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_props.h (+0, -2) (Diff)
/source/blender/python/intern/bpy_rna.c (+3, -0) (Diff)
/source/blender/python/intern/bpy_rna.h (+0, -2) (Diff)
/source/blender/python/intern/bpy_rna_array.c (+1, -0) (Diff)
/source/blender/python/intern/bpy_rna_callback.c (+1, -0) (Diff)
/source/blender/python/intern/bpy_util.c (+2, -0) (Diff)
/source/blender/python/intern/bpy_util.h (+0, -2) (Diff)
/source/blender/python/intern/CMakeLists.txt (+1, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021