Blender Git Commit Log
Git Commits -> Revision e8d129c
Revision e8d129c by Nick Samarin (master) July 21, 2010, 09:16 (GMT) |
- added custom get function for navmesh property of steering actuator to accept only objects with NavMesh physics type - fixed the access to KX_SteeringActuator attributes from scripts - added enum members for KX_SteeringActuator and KX_NavMeshObject to GameLogic dictionary |
Commit Details:
Full Hash: e8d129cc76bf4f1d47085232dc729aaeba0e4d3a
SVN Revision: 30570
Parent Commit: b4b9e01
Lines Changed: +40, -14
6 Modified Paths:
/source/blender/makesrna/intern/rna_actuator.c (+13, -0) (Diff)
/source/gameengine/Ketsji/KX_NavMeshObject.cpp (+3, -11) (Diff)
/source/gameengine/Ketsji/KX_NavMeshObject.h (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+13, -0) (Diff)
/source/gameengine/Ketsji/KX_PythonInitTypes.cpp (+2, -0) (Diff)
/source/gameengine/Ketsji/KX_SteeringActuator.cpp (+8, -2) (Diff)
/source/gameengine/Ketsji/KX_NavMeshObject.cpp (+3, -11) (Diff)
/source/gameengine/Ketsji/KX_NavMeshObject.h (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+13, -0) (Diff)
/source/gameengine/Ketsji/KX_PythonInitTypes.cpp (+2, -0) (Diff)
/source/gameengine/Ketsji/KX_SteeringActuator.cpp (+8, -2) (Diff)