Blender Git Commit Log

Git Commits -> Revision 2ecbe1c

Revision 2ecbe1c by Campbell Barton (master)
June 16, 2009, 07:16 (GMT)
BGE Py API
* Removed modules Expression and CValue, neither were ever available.
* Added GameLogic.EvalExpression(exp) from the Expression module, evaluates an expression like the expression controller (not sure if this is really that useful since python is far more advanced).
* resetting the original blend file path didint work (own fault == -> =)
* Py3.x PyModule_Create didnt allow importing since it didn't add to sys.modules,
Looks like they want us to use init-tab array, but this doesn't suit us since
it needs to be setup before python is initialized.
* Documented GameLogic.globalDict

Commit Details:

Full Hash: 2ecbe1c81cec6f537aa10829e94fbc451f9bc823
SVN Revision: 20922
Parent Commit: 6efd2e6
Lines Changed: +55, -112

9 Modified Paths:

/source/blender/python/api2_2x/BGL.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Geometry.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Mathutils.c (+1, -0) (Diff)
/source/gameengine/Expressions/InputParser.cpp (+0, -60) (Diff)
/source/gameengine/Expressions/Value.cpp (+0, -48) (Diff)
/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp (+1, -0) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+32, -1) (Diff)
/source/gameengine/PyDoc/GameLogic.py (+18, -3) (Diff)
/source/gameengine/VideoTexture/blendVideoTex.cpp (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021