Blender Git Loki
Git Commits -> Revision aa820ec
Revision aa820ec by Willian Padovani Germano (master) July 5, 2003, 01:18 (GMT) |
Exppython: - Continued getting rid of print methods and updating repr ones: Needed to fix crashes on Windows >= 98 systems. - Found and fixed a few small memory leaks in EXPP_interface, related to execution of script links. |
Commit Details:
Full Hash: aa820ec42094c2799ca618d3ee174993358c9573
SVN Revision: 973
Parent Commit: 20df091
Lines Changed: +207, -339
19 Modified Paths:
/source/blender/python/api2_2x/Armature.c (+1, -12) (Diff)
/source/blender/python/api2_2x/Armature.h (+1, -2) (Diff)
/source/blender/python/api2_2x/Bone.c (+3, -15) (Diff)
/source/blender/python/api2_2x/Camera.c (+1, -9) (Diff)
/source/blender/python/api2_2x/Camera.h (+0, -1) (Diff)
/source/blender/python/api2_2x/EXPP_interface.c (+16, -2) (Diff)
/source/blender/python/api2_2x/EXPP_interface.h (+1, -0) (Diff)
/source/blender/python/api2_2x/Image.c (+27, -39) (Diff)
/source/blender/python/api2_2x/Image.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Lamp.c (+7, -18) (Diff)
/source/blender/python/api2_2x/Lamp.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+19, -36) (Diff)
/source/blender/python/api2_2x/NMesh.c (+11, -9) (Diff)
/source/blender/python/api2_2x/rgbTuple.c (+19, -35) (Diff)
/source/blender/python/api2_2x/Scene.c (+2, -9) (Diff)
/source/blender/python/api2_2x/Text.c (+2, -17) (Diff)
/source/blender/python/api2_2x/Text.h (+1, -2) (Diff)
/source/blender/python/api2_2x/vector.c (+95, -95) (Diff)
/source/blender/python/BPY_interface.c (+0, -36) (Diff)
/source/blender/python/api2_2x/Armature.h (+1, -2) (Diff)
/source/blender/python/api2_2x/Bone.c (+3, -15) (Diff)
/source/blender/python/api2_2x/Camera.c (+1, -9) (Diff)
/source/blender/python/api2_2x/Camera.h (+0, -1) (Diff)
/source/blender/python/api2_2x/EXPP_interface.c (+16, -2) (Diff)
/source/blender/python/api2_2x/EXPP_interface.h (+1, -0) (Diff)
/source/blender/python/api2_2x/Image.c (+27, -39) (Diff)
/source/blender/python/api2_2x/Image.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Lamp.c (+7, -18) (Diff)
/source/blender/python/api2_2x/Lamp.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+19, -36) (Diff)
/source/blender/python/api2_2x/NMesh.c (+11, -9) (Diff)
/source/blender/python/api2_2x/rgbTuple.c (+19, -35) (Diff)
/source/blender/python/api2_2x/Scene.c (+2, -9) (Diff)
/source/blender/python/api2_2x/Text.c (+2, -17) (Diff)
/source/blender/python/api2_2x/Text.h (+1, -2) (Diff)
/source/blender/python/api2_2x/vector.c (+95, -95) (Diff)
/source/blender/python/BPY_interface.c (+0, -36) (Diff)