Blender Git Commit Log
Git Commits -> Revision 89e9090
Revision 89e9090 by Willian Padovani Germano (master) May 21, 2003, 19:58 (GMT) |
Implemented the compare callback for Camera, Image, Lamp and Text types: Following a suggestion made by Jordi Rovira i Bonet, the comparison now is made via the pointers to the Blender objects, not their py wrappers. |
Commit Details:
Full Hash: 89e9090c861839e7f4289c13f26ab12d4b503610
SVN Revision: 807
Parent Commit: 000f92e
Lines Changed: +108, -47
9 Modified Paths:
/source/blender/python/api2_2x/Camera.c (+14, -0) (Diff)
/source/blender/python/api2_2x/Camera.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Image.c (+14, -0) (Diff)
/source/blender/python/api2_2x/Image.h (+17, -16) (Diff)
/source/blender/python/api2_2x/Lamp.c (+17, -3) (Diff)
/source/blender/python/api2_2x/Lamp.h (+12, -11) (Diff)
/source/blender/python/api2_2x/Text.c (+14, -0) (Diff)
/source/blender/python/api2_2x/Text.h (+17, -16) (Diff)
/source/blender/python/api2_2x/vector.h (+1, -0) (Diff)
/source/blender/python/api2_2x/Camera.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Image.c (+14, -0) (Diff)
/source/blender/python/api2_2x/Image.h (+17, -16) (Diff)
/source/blender/python/api2_2x/Lamp.c (+17, -3) (Diff)
/source/blender/python/api2_2x/Lamp.h (+12, -11) (Diff)
/source/blender/python/api2_2x/Text.c (+14, -0) (Diff)
/source/blender/python/api2_2x/Text.h (+17, -16) (Diff)
/source/blender/python/api2_2x/vector.h (+1, -0) (Diff)