Blender Git Loki
Git Commits -> Revision be0b8cc
Revision be0b8cc by Campbell Barton (master) April 17, 2008, 21:14 (GMT) |
Used GET_INT_FROM_POINTER to get rid of many warnings that only occurred with 64bit os's Also use Py_ssize_t which we might need to define for older python's |
Commit Details:
Full Hash: be0b8ccfaaa98118468c8fec971792ab1123eaca
SVN Revision: 14456
Parent Commit: 45dee50
Lines Changed: +95, -89
20 Modified Paths:
/source/blender/python/api2_2x/Armature.c (+1, -1) (Diff)
/source/blender/python/api2_2x/bpy_config.c (+5, -4) (Diff)
/source/blender/python/api2_2x/Camera.c (+7, -6) (Diff)
/source/blender/python/api2_2x/CurNurb.c (+4, -2) (Diff)
/source/blender/python/api2_2x/IDProp.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Image.c (+8, -8) (Diff)
/source/blender/python/api2_2x/Ipocurve.c (+4, -3) (Diff)
/source/blender/python/api2_2x/Lamp.c (+3, -2) (Diff)
/source/blender/python/api2_2x/Lattice.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Library.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+4, -4) (Diff)
/source/blender/python/api2_2x/Mesh.c (+4, -4) (Diff)
/source/blender/python/api2_2x/Node.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Object.c (+26, -26) (Diff)
/source/blender/python/api2_2x/Pose.c (+6, -6) (Diff)
/source/blender/python/api2_2x/Scene.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Text3d.c (+3, -2) (Diff)
/source/blender/python/api2_2x/Texture.c (+11, -11) (Diff)
/source/blender/src/buttons_editing.c (+1, -1) (Diff)
/source/creator/creator.c (+1, -2) (Diff)
/source/blender/python/api2_2x/bpy_config.c (+5, -4) (Diff)
/source/blender/python/api2_2x/Camera.c (+7, -6) (Diff)
/source/blender/python/api2_2x/CurNurb.c (+4, -2) (Diff)
/source/blender/python/api2_2x/IDProp.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Image.c (+8, -8) (Diff)
/source/blender/python/api2_2x/Ipocurve.c (+4, -3) (Diff)
/source/blender/python/api2_2x/Lamp.c (+3, -2) (Diff)
/source/blender/python/api2_2x/Lattice.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Library.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+4, -4) (Diff)
/source/blender/python/api2_2x/Mesh.c (+4, -4) (Diff)
/source/blender/python/api2_2x/Node.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Object.c (+26, -26) (Diff)
/source/blender/python/api2_2x/Pose.c (+6, -6) (Diff)
/source/blender/python/api2_2x/Scene.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Text3d.c (+3, -2) (Diff)
/source/blender/python/api2_2x/Texture.c (+11, -11) (Diff)
/source/blender/src/buttons_editing.c (+1, -1) (Diff)
/source/creator/creator.c (+1, -2) (Diff)