[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Object.c matrix.c vector.h

Michel Selten michel.s at home.nl
Sun Jul 6 21:58:31 CEST 2003


michel (Michel Selten) 2003/07/06 21:58:31 CEST

  Modified files:
    blender/source/blender/python/api2_2x Object.c matrix.c 
                                          vector.h 
  
  Log:
  * Fixed:
      - Object_getMatrix()    - prints correct values now
      - Object_getName()      - removes the two identifying chars from the front
      - Object_setName()      - calls the internal function to correctly set the
                                name of the object.
  * Removed the Object_print function. It causes a crash on Windows.
  * Updated the Object_repr function to display the Object nicely.
  * Object.Get() now returns a list of Objects when no argument has passed to
    it.
  * Changed the function declaration for newMatrixObject function
    Easier to read now.
  
  Revision  Changes    Path
  1.23      +38 -46    blender/source/blender/python/api2_2x/Object.c
  1.2       +1 -1      blender/source/blender/python/api2_2x/matrix.c
  1.3       +2 -2      blender/source/blender/python/api2_2x/vector.h



More information about the Bf-blender-cvs mailing list