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

Michel Selten michel.s at home.nl
Sun Jun 22 22:14:17 CEST 2003


michel (Michel Selten) 2003/06/22 22:14:17 CEST

  Modified files:
    blender/source/blender/python/api2_2x Makefile.am Object.c 
                                          Object.h gen_utils.c 
                                          gen_utils.h modules.h 
                                          vector.c 
  Added files:
    blender/source/blender/python/api2_2x matrix.c 
  
  Log:
  * Added matrix module
  * Moved the function EXPP_tuple_repr from vector.c to gen_utils.[ch]
  * Matrix functionality should work now in Object module.
  * Fixed compilation warning about implicit declaration of M_World_Init.
    Added the declaration to modules.h
  
  Revision  Changes    Path
  1.19      +1 -0      blender/source/blender/python/api2_2x/Makefile.am
  1.18      +21 -12    blender/source/blender/python/api2_2x/Object.c
  1.10      +1 -0      blender/source/blender/python/api2_2x/Object.h
  1.8       +31 -0     blender/source/blender/python/api2_2x/gen_utils.c
  1.9       +1 -0      blender/source/blender/python/api2_2x/gen_utils.h
  1.21      +1 -0      blender/source/blender/python/api2_2x/modules.h
  1.5       +0 -31     blender/source/blender/python/api2_2x/vector.c



More information about the Bf-blender-cvs mailing list