[Bf-committers] CVS commit: blender/source/blender/python/api2_2x Blender.c EXPP_interface.c Object.c Object.h modules.h

Michel Selten bf-committers@blender.org
Sat, 17 May 2003 15:46:21 +0200 (CEST)


michel (Michel Selten) 2003/05/17 15:46:21 CEST

  Modified files:
    blender/source/blender/python/api2_2x Blender.c 
                                          EXPP_interface.c 
                                          Object.c Object.h 
                                          modules.h 
  
  Log:
  * Updated the naming convention for some functions. I forgot those the last
    time.
  * Created the M_ObjectCheckPyObject and M_ObjectFromPyObject functions. These
    are needed for interfacing to other modules.
  * The Object methods have been created. Not all of them are implemented yet.
  
  Revision  Changes    Path
  1.13      +3 -3      blender/source/blender/python/api2_2x/Blender.c
  1.2       +2 -2      blender/source/blender/python/api2_2x/EXPP_interface.c
  1.7       +367 -23   blender/source/blender/python/api2_2x/Object.c
  1.2       +109 -17   blender/source/blender/python/api2_2x/Object.h
  1.11      +14 -12    blender/source/blender/python/api2_2x/modules.h