Blender Git Loki

Git Commits -> Revision ee5dc4d

Revision ee5dc4d by Campbell Barton (master)
March 15, 2007, 01:09 (GMT)

removed duplicate functionality, macro's and functions existed to check a PyObjects type, now only use macro's

Commit Details:

Full Hash: ee5dc4d0bf99fe457ece7b37df72dc1cc12e3cd1
SVN Revision: 10269
Parent Commit: a567e43
Lines Changed: +54, -319

66 Modified Paths:

/source/blender/python/api2_2x/Armature.c (+0, -7) (Diff)
/source/blender/python/api2_2x/Armature.h (+2, -3) (Diff)
/source/blender/python/api2_2x/BezTriple.c (+0, -10) (Diff)
/source/blender/python/api2_2x/BezTriple.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Camera.c (+0, -5) (Diff)
/source/blender/python/api2_2x/Camera.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Constraint.c (+1, -11) (Diff)
/source/blender/python/api2_2x/Constraint.h (+0, -1) (Diff)
/source/blender/python/api2_2x/CurNurb.c (+4, -9) (Diff)
/source/blender/python/api2_2x/CurNurb.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Curve.c (+3, -9) (Diff)
/source/blender/python/api2_2x/Curve.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Draw.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Font.c (+0, -6) (Diff)
/source/blender/python/api2_2x/Font.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Group.c (+0, -10) (Diff)
/source/blender/python/api2_2x/Group.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Image.c (+0, -10) (Diff)
/source/blender/python/api2_2x/Image.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Ipo.c (+0, -10) (Diff)
/source/blender/python/api2_2x/Ipo.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Ipocurve.c (+0, -10) (Diff)
/source/blender/python/api2_2x/Ipocurve.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Lamp.c (+0, -10) (Diff)
/source/blender/python/api2_2x/Lamp.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Lattice.c (+0, -8) (Diff)
/source/blender/python/api2_2x/Lattice.h (+2, -1) (Diff)
/source/blender/python/api2_2x/logic.c (+0, -6) (Diff)
/source/blender/python/api2_2x/logic.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Main.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Material.c (+1, -11) (Diff)
/source/blender/python/api2_2x/Material.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Mesh.c (+1, -5) (Diff)
/source/blender/python/api2_2x/Mesh.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Metaball.c (+0, -8) (Diff)
/source/blender/python/api2_2x/Metaball.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Modifier.c (+0, -10) (Diff)
/source/blender/python/api2_2x/Modifier.h (+0, -1) (Diff)
/source/blender/python/api2_2x/MTex.c (+0, -7) (Diff)
/source/blender/python/api2_2x/MTex.h (+0, -1) (Diff)
/source/blender/python/api2_2x/NLA.c (+0, -6) (Diff)
/source/blender/python/api2_2x/NLA.h (+0, -1) (Diff)
/source/blender/python/api2_2x/NMesh.c (+1, -6) (Diff)
/source/blender/python/api2_2x/NMesh.h (+0, -2) (Diff)
/source/blender/python/api2_2x/Object.c (+12, -22) (Diff)
/source/blender/python/api2_2x/Object.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Pose.h (+3, -3) (Diff)
/source/blender/python/api2_2x/Scene.c (+9, -15) (Diff)
/source/blender/python/api2_2x/Scene.h (+0, -1) (Diff)
/source/blender/python/api2_2x/sceneRadio.c (+0, -5) (Diff)
/source/blender/python/api2_2x/sceneRadio.h (+0, -1) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+0, -5) (Diff)
/source/blender/python/api2_2x/sceneRender.h (+2, -1) (Diff)
/source/blender/python/api2_2x/sceneSequence.c (+1, -16) (Diff)
/source/blender/python/api2_2x/sceneSequence.h (+0, -2) (Diff)
/source/blender/python/api2_2x/sceneTimeLine.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Sound.c (+0, -10) (Diff)
/source/blender/python/api2_2x/Sound.h (+0, -1) (Diff)
/source/blender/python/api2_2x/SurfNurb.c (+4, -12) (Diff)
/source/blender/python/api2_2x/SurfNurb.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Text3d.c (+0, -6) (Diff)
/source/blender/python/api2_2x/Text3d.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Texture.c (+1, -6) (Diff)
/source/blender/python/api2_2x/Texture.h (+0, -1) (Diff)
/source/blender/python/api2_2x/World.c (+0, -6) (Diff)
/source/blender/python/api2_2x/World.h (+0, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021