Blender Git Loki
Git Commits -> Revision a703837
Revision a703837 by Stephen Swaney (master) June 6, 2004, 22:42 (GMT) |
Replace deprecated methods from old api: PythonReturnErrorObject PythonIncRef Fix some compiler warnings about missing initializers in method tables. |
Commit Details:
Full Hash: a703837179d40fc5e34ae06619d4610a09f72097
SVN Revision: 2634
Parent Commit: d97e3e5
Lines Changed: +98, -106
28 Modified Paths:
/source/blender/python/api2_2x/Armature.c (+2, -2) (Diff)
/source/blender/python/api2_2x/BezTriple.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Blender.c (+6, -6) (Diff)
/source/blender/python/api2_2x/Camera.c (+2, -2) (Diff)
/source/blender/python/api2_2x/constant.c (+4, -4) (Diff)
/source/blender/python/api2_2x/Curve.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Draw.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Effect.c (+1, -1) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+1, -10) (Diff)
/source/blender/python/api2_2x/Image.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Ipo.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Lamp.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Lamp.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Lattice.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Metaball.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Metaball.h (+1, -1) (Diff)
/source/blender/python/api2_2x/MTex.c (+1, -1) (Diff)
/source/blender/python/api2_2x/NLA.c (+2, -2) (Diff)
/source/blender/python/api2_2x/NMesh.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Object.c (+47, -47) (Diff)
/source/blender/python/api2_2x/Particle.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Scene.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Text.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Texture.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Wave.c (+1, -1) (Diff)
/source/blender/python/api2_2x/World.c (+1, -1) (Diff)
/source/blender/python/api2_2x/World.h (+1, -1) (Diff)
/source/blender/python/api2_2x/BezTriple.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Blender.c (+6, -6) (Diff)
/source/blender/python/api2_2x/Camera.c (+2, -2) (Diff)
/source/blender/python/api2_2x/constant.c (+4, -4) (Diff)
/source/blender/python/api2_2x/Curve.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Draw.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Effect.c (+1, -1) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+1, -10) (Diff)
/source/blender/python/api2_2x/Image.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Ipo.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Lamp.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Lamp.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Lattice.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Metaball.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Metaball.h (+1, -1) (Diff)
/source/blender/python/api2_2x/MTex.c (+1, -1) (Diff)
/source/blender/python/api2_2x/NLA.c (+2, -2) (Diff)
/source/blender/python/api2_2x/NMesh.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Object.c (+47, -47) (Diff)
/source/blender/python/api2_2x/Particle.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Scene.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Text.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Texture.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Wave.c (+1, -1) (Diff)
/source/blender/python/api2_2x/World.c (+1, -1) (Diff)
/source/blender/python/api2_2x/World.h (+1, -1) (Diff)