Blender Git Commit Log
Git Commits -> Revision 006ad4a
Revision 006ad4a by Campbell Barton (master) May 16, 2009, 00:49 (GMT) |
BGE Py API Bugfixes KX_GameObject.getVelocity() would set an error but nor return an error value when an non vector argument was given. KX_PythonSeq_Type was not initialized with PyType_Ready which could crash blender when inspecting the type. |
Commit Details:
Full Hash: 006ad4aaacc36a7e7fd1a8cd96e60a5e74cbfedd
SVN Revision: 20220
Parent Commit: 83006e5
Lines Changed: +7, -9