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

Michel Selten michel.s at home.nl
Thu Jul 10 22:00:54 CEST 2003


michel (Michel Selten) 2003/07/10 22:00:54 CEST

  Modified files:
    blender/source/blender/python/api2_2x Object.c matrix.c 
                                          vector.h 
  
  Log:
  * Object_getInverseMatrix now returns a correct matrix.
    The problem was that the memory was allocated at the stack, but after the
    Python object was created, the pointer to the memory goes invalid.
  
    Thanks to Kester Maddoc for providing a patch - almost 2 weeks ago. Ouch,
    I should read my mail a little bit better.
  
  Revision  Changes    Path
  1.28      +4 -4      blender/source/blender/python/api2_2x/Object.c
  1.3       +12 -2     blender/source/blender/python/api2_2x/matrix.c
  1.4       +2 -2      blender/source/blender/python/api2_2x/vector.h



More information about the Bf-blender-cvs mailing list