Blender Git Loki

Git Commits -> Revision 489db99

Revision 489db99 by Campbell Barton (master)
June 17, 2009, 20:33 (GMT)
Some generic modules from blender 2.4x building with py3k and mostly working.
* Mathutils, Geometry, BGL, Mostly working, some //XXX comments for things to fix with py3

python import override (bpy_internal_import.c) so you can import python internal scripts from the BGE and running blender normally.

Commit Details:

Full Hash: 489db9994df0bd95ac595922b38391ee68c3088f
SVN Revision: 20960
Parent Commit: cb68b94
Lines Changed: +9196, -51

16 Added Paths:

/source/blender/python/generic/bgl.c (+1605, -0) (View)
/source/blender/python/generic/bgl.h (+337, -0) (View)
/source/blender/python/generic/bpy_internal_import.c (+341, -0) (View)
/source/blender/python/generic/bpy_internal_import.h (+49, -0) (View)
/source/blender/python/generic/euler.c (+558, -0) (View)
/source/blender/python/generic/euler.h (+65, -0) (View)
/source/blender/python/generic/geometry.c (+522, -0) (View)
/source/blender/python/generic/Geometry.h (+39, -0) (View)
/source/blender/python/generic/mathutils.c (+1712, -0) (View)
/source/blender/python/generic/mathutils.h (+100, -0) (View)
/source/blender/python/generic/matrix.c (+1002, -0) (View)
/source/blender/python/generic/matrix.h (+77, -0) (View)
/source/blender/python/generic/quat.c (+765, -0) (View)
/source/blender/python/generic/quat.h (+72, -0) (View)
/source/blender/python/generic/vector.c (+1838, -0) (View)
/source/blender/python/generic/vector.h (+60, -0) (View)

4 Modified Paths:

/source/blender/python/intern/bpy_interface.c (+16, -1) (Diff)
/source/blender/python/SConscript (+4, -0) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+20, -33) (Diff)
/source/gameengine/Ketsji/SConscript (+14, -17) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021