Blender Git Loki
Git Commits -> Revision 779bf43
Revision 779bf43 by Campbell Barton (master) May 7, 2009, 05:23 (GMT) |
python3 compatibility for the BGE api, this only works with scons when WITH_BF_NOBLENDER is enabled. Mathutils, Geometry and BGL modules are currently disabled with python3 |
Commit Details:
Full Hash: 779bf435ef2ba87fbcee6a28b053d97a551b8eb5
SVN Revision: 20093
Parent Commit: c46fa27
Lines Changed: +53, -42
7 Modified Paths:
/source/blender/nodes/intern/SHD_nodes/SHD_dynamic.c (+5, -0) (Diff)
/source/blender/python/SConscript (+3, -1) (Diff)
/source/gameengine/Expressions/PyObjectPlus.h (+17, -0) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+10, -2) (Diff)
/source/gameengine/Ketsji/KX_VehicleWrapper.cpp (+2, -25) (Diff)
/source/gameengine/Ketsji/SConscript (+15, -13) (Diff)
/source/gameengine/VideoTexture/Texture.cpp (+1, -1) (Diff)
/source/blender/python/SConscript (+3, -1) (Diff)
/source/gameengine/Expressions/PyObjectPlus.h (+17, -0) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+10, -2) (Diff)
/source/gameengine/Ketsji/KX_VehicleWrapper.cpp (+2, -25) (Diff)
/source/gameengine/Ketsji/SConscript (+15, -13) (Diff)
/source/gameengine/VideoTexture/Texture.cpp (+1, -1) (Diff)