Blender Git Loki
Git Commits -> Revision 41acd3b
Revision 41acd3b by Campbell Barton (master) May 17, 2009, 16:30 (GMT) |
While testing YoFrankie with the new API attributes found some issues... - corrections to docs - disallow calling controller.activate(actuator) when the controller is not active. (Raise a SystemError) - Added 2 new attributes, CValue.name - deprecates CValue.getName(), KX_GameObject.children deprecated KX_GameObject.getChildren(), (same for getChildrenRecursive()). |
Commit Details:
Full Hash: 41acd3b81cd2a7156b8c5ced4d4aa257e7575517
SVN Revision: 20243
Parent Commit: 65796e2
Lines Changed: +58, -9
7 Modified Paths:
/source/gameengine/Expressions/Value.cpp (+8, -1) (Diff)
/source/gameengine/Expressions/Value.h (+2, -0) (Diff)
/source/gameengine/GameLogic/SCA_PythonController.cpp (+10, -0) (Diff)
/source/gameengine/Ketsji/KX_Camera.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_GameObject.cpp (+19, -1) (Diff)
/source/gameengine/Ketsji/KX_GameObject.h (+2, -0) (Diff)
/source/gameengine/PyDoc/GameTypes.py (+16, -6) (Diff)
/source/gameengine/Expressions/Value.h (+2, -0) (Diff)
/source/gameengine/GameLogic/SCA_PythonController.cpp (+10, -0) (Diff)
/source/gameengine/Ketsji/KX_Camera.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_GameObject.cpp (+19, -1) (Diff)
/source/gameengine/Ketsji/KX_GameObject.h (+2, -0) (Diff)
/source/gameengine/PyDoc/GameTypes.py (+16, -6) (Diff)