Blender Git Loki
Git Commits -> Revision 43bf035
Revision 43bf035 by Andre Susano Pinto (master) August 13, 2008, 19:22 (GMT) |
svn merge -r 15988:16077 https://svn.blender.org/svnroot/bf-blender/trunk/blender To have the 50% faster nearest_surface point. Changed mesh_faces_nearest_point to return the face normal instead of collision normal |
Commit Details:
Full Hash: 43bf03580ff857cde6e64becab446c1c3f016e83
SVN Revision: 16084
Parent Commit: 6a8236a
Lines Changed: +997, -408
8 Modified Paths:
/source/blender/blenkernel/intern/bvhutils.c (+302, -158) (Diff)
/source/blender/blenkernel/intern/shrinkwrap.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/softbody.c (+625, -212) (Diff)
/source/blender/python/api2_2x/doc/Texture.py (+6, -0) (Diff)
/source/blender/python/api2_2x/Texture.c (+40, -0) (Diff)
/source/blender/src/buttons_editing.c (+1, -0) (Diff)
/source/gameengine/Expressions/Value.cpp (+14, -14) (Diff)
/source/gameengine/GameLogic/SCA_PythonController.cpp (+8, -23) (Diff)
/source/blender/blenkernel/intern/shrinkwrap.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/softbody.c (+625, -212) (Diff)
/source/blender/python/api2_2x/doc/Texture.py (+6, -0) (Diff)
/source/blender/python/api2_2x/Texture.c (+40, -0) (Diff)
/source/blender/src/buttons_editing.c (+1, -0) (Diff)
/source/gameengine/Expressions/Value.cpp (+14, -14) (Diff)
/source/gameengine/GameLogic/SCA_PythonController.cpp (+8, -23) (Diff)