Blender Git Commit Log
Git Commits -> Revision bb5ae49
Revision bb5ae49 by Stephen Swaney (master) August 21, 2005, 15:00 (GMT) |
A large collection of fixes from Ken Hughes including: - corrections to constants - parameter type checking - correct use of METH_VARARGS vs METH_NOARGS - return objects instead of strings in Scene.getChildren() as per doc. - correct logical operators Thanks, Ken! |
Commit Details:
Full Hash: bb5ae49992ba1b68d8c041699b12689e56442295
SVN Revision: 5163
Parent Commit: 4065cdb
Lines Changed: +56, -39
8 Modified Paths:
/source/blender/python/api2_2x/Font.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Image.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Material.c (+20, -20) (Diff)
/source/blender/python/api2_2x/Object.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Scene.c (+25, -8) (Diff)
/source/blender/python/api2_2x/sceneRadio.c (+1, -1) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Texture.c (+4, -4) (Diff)
/source/blender/python/api2_2x/Image.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Material.c (+20, -20) (Diff)
/source/blender/python/api2_2x/Object.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Scene.c (+25, -8) (Diff)
/source/blender/python/api2_2x/sceneRadio.c (+1, -1) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Texture.c (+4, -4) (Diff)