Blender Git Loki
Git Commits -> Revision 30dd4fa
Revision 30dd4fa by Campbell Barton (master) May 26, 2007, 04:39 (GMT) |
More memory leaks fixed - in IDProp, Bone.head, tail, matrix, ob.DupObjects (my fault) and in Effect module as well as a few others. Also stopped using Py_BuildValue for strings, ints and floats. |
Commit Details:
Full Hash: 30dd4fafd13e84ed7363c0c0f6ab17a384098450
SVN Revision: 10782
Parent Commit: ea9b3dc
Lines Changed: +120, -97
19 Modified Paths:
/source/blender/python/api2_2x/Blender.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Bone.c (+29, -13) (Diff)
/source/blender/python/api2_2x/charRGBA.c (+6, -7) (Diff)
/source/blender/python/api2_2x/Effect.c (+8, -4) (Diff)
/source/blender/python/api2_2x/Font.c (+1, -1) (Diff)
/source/blender/python/api2_2x/IDProp.c (+30, -24) (Diff)
/source/blender/python/api2_2x/Image.c (+2, -3) (Diff)
/source/blender/python/api2_2x/Ipo.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Key.c (+2, -3) (Diff)
/source/blender/python/api2_2x/Lamp.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Library.c (+3, -5) (Diff)
/source/blender/python/api2_2x/Material.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Mathutils.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Noise.c (+15, -16) (Diff)
/source/blender/python/api2_2x/Object.c (+9, -6) (Diff)
/source/blender/python/api2_2x/point.c (+1, -1) (Diff)
/source/blender/python/api2_2x/rgbTuple.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Scene.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Text.c (+4, -4) (Diff)
/source/blender/python/api2_2x/Bone.c (+29, -13) (Diff)
/source/blender/python/api2_2x/charRGBA.c (+6, -7) (Diff)
/source/blender/python/api2_2x/Effect.c (+8, -4) (Diff)
/source/blender/python/api2_2x/Font.c (+1, -1) (Diff)
/source/blender/python/api2_2x/IDProp.c (+30, -24) (Diff)
/source/blender/python/api2_2x/Image.c (+2, -3) (Diff)
/source/blender/python/api2_2x/Ipo.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Key.c (+2, -3) (Diff)
/source/blender/python/api2_2x/Lamp.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Library.c (+3, -5) (Diff)
/source/blender/python/api2_2x/Material.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Mathutils.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Noise.c (+15, -16) (Diff)
/source/blender/python/api2_2x/Object.c (+9, -6) (Diff)
/source/blender/python/api2_2x/point.c (+1, -1) (Diff)
/source/blender/python/api2_2x/rgbTuple.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Scene.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Text.c (+4, -4) (Diff)