Blender Git Loki
Git Commits -> Revision d48991c
Revision d48991c by Joerg Mueller (master) August 11, 2010, 10:36 (GMT) |
Blender Py API: Implemented missing KX_PYATTRIBUTE_TODOs and -DUMMYs. |
Commit Details:
Full Hash: d48991c6c62dd58203c19ea399aed661ee9beea2
SVN Revision: 31234
Parent Commit: 4eadcdc
Lines Changed: +483, -264
12 Modified Paths:
/source/gameengine/Expressions/PyObjectPlus.h (+0, -3) (Diff)
/source/gameengine/GameLogic/SCA_ISensor.cpp (+14, -3) (Diff)
/source/gameengine/GameLogic/SCA_ISensor.h (+15, -0) (Diff)
/source/gameengine/GameLogic/SCA_JoystickSensor.cpp (+0, -1) (Diff)
/source/gameengine/Ketsji/KX_BlenderMaterial.cpp (+34, -3) (Diff)
/source/gameengine/Ketsji/KX_BlenderMaterial.h (+8, -0) (Diff)
/source/gameengine/Ketsji/KX_ConstraintWrapper.cpp (+7, -1) (Diff)
/source/gameengine/Ketsji/KX_ConstraintWrapper.h (+2, -0) (Diff)
/source/gameengine/Ketsji/KX_PolyProxy.cpp (+79, -82) (Diff)
/source/gameengine/Ketsji/KX_PolyProxy.h (+10, -0) (Diff)
/source/gameengine/Ketsji/KX_VertexProxy.cpp (+283, -171) (Diff)
/source/gameengine/Ketsji/KX_VertexProxy.h (+31, -0) (Diff)
/source/gameengine/GameLogic/SCA_ISensor.cpp (+14, -3) (Diff)
/source/gameengine/GameLogic/SCA_ISensor.h (+15, -0) (Diff)
/source/gameengine/GameLogic/SCA_JoystickSensor.cpp (+0, -1) (Diff)
/source/gameengine/Ketsji/KX_BlenderMaterial.cpp (+34, -3) (Diff)
/source/gameengine/Ketsji/KX_BlenderMaterial.h (+8, -0) (Diff)
/source/gameengine/Ketsji/KX_ConstraintWrapper.cpp (+7, -1) (Diff)
/source/gameengine/Ketsji/KX_ConstraintWrapper.h (+2, -0) (Diff)
/source/gameengine/Ketsji/KX_PolyProxy.cpp (+79, -82) (Diff)
/source/gameengine/Ketsji/KX_PolyProxy.h (+10, -0) (Diff)
/source/gameengine/Ketsji/KX_VertexProxy.cpp (+283, -171) (Diff)
/source/gameengine/Ketsji/KX_VertexProxy.h (+31, -0) (Diff)