Blender Git Commit Log
Git Commits  -> Revision d7a701c
		
			
			
		
Revision d7a701c by Nick Samarin (master) May 27, 2010, 20:18 (GMT)  | 
- added new game object type for navigation mesh - added py api for path finding and ray casting - set svn properties for KX_Pathfinder  | 
Commit Details:
Full Hash: d7a701c2c5ffbe9313431c6367a264e54136accb
SVN Revision: 29032
Parent Commit: 56784fc
Lines Changed:  +295,  -148
9 Modified Paths:
/source/blender/makesdna/DNA_object_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_object.c (+14, -7) (Diff)
/source/gameengine/Converter/BL_BlenderDataConversion.cpp (+17, -14) (Diff)
/source/gameengine/Ketsji/KX_KetsjiEngine.cpp (+0, -3) (Diff)
/source/gameengine/Ketsji/KX_Pathfinder.cpp (+231, -102) (Diff)
/source/gameengine/Ketsji/KX_Pathfinder.h (+28, -9) (Diff)
/source/gameengine/Ketsji/KX_PythonInitTypes.cpp (+2, -0) (Diff)
/source/gameengine/Ketsji/KX_Scene.cpp (+1, -10) (Diff)
/source/gameengine/Ketsji/KX_Scene.h (+0, -3) (Diff)
/source/blender/makesrna/intern/rna_object.c (+14, -7) (Diff)
/source/gameengine/Converter/BL_BlenderDataConversion.cpp (+17, -14) (Diff)
/source/gameengine/Ketsji/KX_KetsjiEngine.cpp (+0, -3) (Diff)
/source/gameengine/Ketsji/KX_Pathfinder.cpp (+231, -102) (Diff)
/source/gameengine/Ketsji/KX_Pathfinder.h (+28, -9) (Diff)
/source/gameengine/Ketsji/KX_PythonInitTypes.cpp (+2, -0) (Diff)
/source/gameengine/Ketsji/KX_Scene.cpp (+1, -10) (Diff)
/source/gameengine/Ketsji/KX_Scene.h (+0, -3) (Diff)


 Master Commits
MiikaHweb | 2003-2021