Blender Git Commit Log
Git Commits -> Revision 4848f90
Revision 4848f90 by Campbell Barton (master) January 6, 2014, 09:32 (GMT) |
Patch D133: Python wrapper for BLI_kdtree (adds mathutils.kdtree) Originally by Dan Eicher, with my own fixes and adjustments (see patch page for details). For details there are unit tests and api example usage. doc/python_api/sphinx-in-tmp/menu_id.png |
Commit Details:
Full Hash: 4848f9029a7cf70324888f18ccfcdea3fa50392b
Parent Commit: 90efa34
Lines Changed: +618, -2
3 Added Paths:
/doc/python_api/examples/mathutils.kdtree.py (+37, -0) (View)
/source/blender/python/mathutils/mathutils_kdtree.c (+429, -0) (View)
/source/blender/python/mathutils/mathutils_kdtree.h (+33, -0) (View)
/source/blender/python/mathutils/mathutils_kdtree.c (+429, -0) (View)
/source/blender/python/mathutils/mathutils_kdtree.h (+33, -0) (View)
6 Modified Paths:
/doc/python_api/sphinx_doc_gen.py (+3, -1) (Diff)
/source/blender/python/intern/bpy_interface.c (+1, -0) (Diff)
/source/blender/python/mathutils/CMakeLists.txt (+2, -0) (Diff)
/source/blender/python/mathutils/mathutils.c (+5, -0) (Diff)
/source/blender/python/mathutils/mathutils.h (+1, -0) (Diff)
/source/tests/bl_pyapi_mathutils.py (+107, -1) (Diff)
/source/blender/python/intern/bpy_interface.c (+1, -0) (Diff)
/source/blender/python/mathutils/CMakeLists.txt (+2, -0) (Diff)
/source/blender/python/mathutils/mathutils.c (+5, -0) (Diff)
/source/blender/python/mathutils/mathutils.h (+1, -0) (Diff)
/source/tests/bl_pyapi_mathutils.py (+107, -1) (Diff)