Blender Git Commit Log
Git Commits -> Revision dda63a9
Revision dda63a9 by Campbell Barton (master) October 6, 2006, 16:48 (GMT) |
added comparison function to many python types so you can do == and =! |
Commit Details:
Full Hash: dda63a9dde8600f85e43bc4d654cbe80d07cab6e
SVN Revision: 8598
Parent Commit: aaaae78
Lines Changed: +122, -41
21 Modified Paths:
/source/blender/python/api2_2x/Armature.c (+15, -7) (Diff)
/source/blender/python/api2_2x/Constraint.c (+12, -1) (Diff)
/source/blender/python/api2_2x/Curve.c (+12, -1) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+1, -1) (Diff)
/source/blender/python/api2_2x/Font.c (+1, -2) (Diff)
/source/blender/python/api2_2x/Group.c (+4, -5) (Diff)
/source/blender/python/api2_2x/Image.c (+1, -3) (Diff)
/source/blender/python/api2_2x/Ipo.c (+11, -1) (Diff)
/source/blender/python/api2_2x/Ipocurve.c (+11, -1) (Diff)
/source/blender/python/api2_2x/Key.c (+8, -1) (Diff)
/source/blender/python/api2_2x/Lamp.c (+1, -2) (Diff)
/source/blender/python/api2_2x/Lattice.c (+9, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+8, -1) (Diff)
/source/blender/python/api2_2x/Mesh.c (+6, -1) (Diff)
/source/blender/python/api2_2x/NLA.c (+10, -1) (Diff)
/source/blender/python/api2_2x/Object.c (+1, -2) (Diff)
/source/blender/python/api2_2x/Pose.c (+6, -0) (Diff)
/source/blender/python/api2_2x/Scene.c (+2, -4) (Diff)
/source/blender/python/api2_2x/Sound.c (+1, -2) (Diff)
/source/blender/python/api2_2x/Text.c (+1, -2) (Diff)
/source/blender/python/api2_2x/World.c (+1, -2) (Diff)
/source/blender/python/api2_2x/Constraint.c (+12, -1) (Diff)
/source/blender/python/api2_2x/Curve.c (+12, -1) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+1, -1) (Diff)
/source/blender/python/api2_2x/Font.c (+1, -2) (Diff)
/source/blender/python/api2_2x/Group.c (+4, -5) (Diff)
/source/blender/python/api2_2x/Image.c (+1, -3) (Diff)
/source/blender/python/api2_2x/Ipo.c (+11, -1) (Diff)
/source/blender/python/api2_2x/Ipocurve.c (+11, -1) (Diff)
/source/blender/python/api2_2x/Key.c (+8, -1) (Diff)
/source/blender/python/api2_2x/Lamp.c (+1, -2) (Diff)
/source/blender/python/api2_2x/Lattice.c (+9, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+8, -1) (Diff)
/source/blender/python/api2_2x/Mesh.c (+6, -1) (Diff)
/source/blender/python/api2_2x/NLA.c (+10, -1) (Diff)
/source/blender/python/api2_2x/Object.c (+1, -2) (Diff)
/source/blender/python/api2_2x/Pose.c (+6, -0) (Diff)
/source/blender/python/api2_2x/Scene.c (+2, -4) (Diff)
/source/blender/python/api2_2x/Sound.c (+1, -2) (Diff)
/source/blender/python/api2_2x/Text.c (+1, -2) (Diff)
/source/blender/python/api2_2x/World.c (+1, -2) (Diff)