Blender Git Commit Log
Git Commits -> Revision 46a440c
Revision 46a440c by Campbell Barton (master) April 6, 2009, 13:27 (GMT) |
BGE Python API - added a module for the BGE - GameTypes, only contains types. - added KX_PYATTRIBUTE_DUMMY attributes for KX_Light, KX_PolyProxy, KX_VertexProxy, so all types should give correct results from a dir(). - added a script to check for missing methods in the epydocs - bge_api_validate_py.txt |
Commit Details:
Full Hash: 46a440c7a5393177dbc74cef466d1eb5643e068d
SVN Revision: 19563
Parent Commit: 960fa53
Lines Changed: +198, -71
1 Added Path:
/source/gameengine/PyDoc/bge_api_validate_py.txt (+66, -0) (View)
7 Modified Paths:
/source/gameengine/GameLogic/SCA_MouseSensor.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_Light.cpp (+14, -2) (Diff)
/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp (+2, -2) (Diff)
/source/gameengine/Ketsji/KX_PolyProxy.cpp (+11, -0) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+3, -3) (Diff)
/source/gameengine/Ketsji/KX_PythonInitTypes.cpp (+77, -63) (Diff)
/source/gameengine/Ketsji/KX_VertexProxy.cpp (+24, -0) (Diff)
/source/gameengine/Ketsji/KX_Light.cpp (+14, -2) (Diff)
/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp (+2, -2) (Diff)
/source/gameengine/Ketsji/KX_PolyProxy.cpp (+11, -0) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+3, -3) (Diff)
/source/gameengine/Ketsji/KX_PythonInitTypes.cpp (+77, -63) (Diff)
/source/gameengine/Ketsji/KX_VertexProxy.cpp (+24, -0) (Diff)