Blender Git Loki
Git Commits -> Revision 4342235
Revision 4342235 by Campbell Barton (master) August 26, 2009, 06:15 (GMT) |
- Mathutils.Vector assignment wasnt working in the BGE's py api, was using getValue() rather than setValue() - added GPL header to bpy_interface.c from 2.4x's BPY_interface.c - warning fixes |
Commit Details:
Full Hash: 43422354895bb620d6731f928d121ae6cd06da48
SVN Revision: 22794
Parent Commit: d893b0f
Lines Changed: +47, -9
6 Modified Paths:
/source/blender/editors/object/object_vgroup.c (+1, -1) (Diff)
/source/blender/python/generic/bpy_internal_import.h (+9, -0) (Diff)
/source/blender/python/generic/vector.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_interface.c (+30, -1) (Diff)
/source/gameengine/Ketsji/KX_PyMath.h (+3, -3) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp (+2, -2) (Diff)
/source/blender/python/generic/bpy_internal_import.h (+9, -0) (Diff)
/source/blender/python/generic/vector.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_interface.c (+30, -1) (Diff)
/source/gameengine/Ketsji/KX_PyMath.h (+3, -3) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp (+2, -2) (Diff)