[Bf-committers] CVS commit: blender/source/blender/python/api2_2x Camera.c Camera.h Image.c Image.h Lamp.c Lamp.h Text.c Text.h vector.h

Willian Padovani Germano bf-committers@blender.org
Wed, 21 May 2003 21:58:37 +0200 (CEST)


ianwill (Willian Padovani Germano) 2003/05/21 21:58:37 CEST

  Modified files:
    blender/source/blender/python/api2_2x Camera.c Camera.h 
                                          Image.c Image.h Lamp.c 
                                          Lamp.h Text.c Text.h 
                                          vector.h 
  
  Log:
  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.
  
  Revision  Changes    Path
  1.7       +14 -0     blender/source/blender/python/api2_2x/Camera.c
  1.6       +2 -1      blender/source/blender/python/api2_2x/Camera.h
  1.6       +14 -0     blender/source/blender/python/api2_2x/Image.c
  1.6       +17 -16    blender/source/blender/python/api2_2x/Image.h
  1.7       +17 -3     blender/source/blender/python/api2_2x/Lamp.c
  1.6       +12 -11    blender/source/blender/python/api2_2x/Lamp.h
  1.4       +14 -0     blender/source/blender/python/api2_2x/Text.c
  1.4       +17 -16    blender/source/blender/python/api2_2x/Text.h
  1.2       +2 -1      blender/source/blender/python/api2_2x/vector.h