[Bf-committers] CVS commit: blender/source/blender/python/api2_2x Blender.c Camera.c Camera.h Lamp.c Lamp.h NMesh.c NMesh.h modules.h

Willian Padovani Germano bf-committers@blender.org
Tue, 20 May 2003 05:56:47 +0200 (CEST)


ianwill (Willian Padovani Germano) 2003/05/20 05:56:47 CEST

  Modified files:
    blender/source/blender/python/api2_2x Blender.c Camera.c 
                                          Camera.h Lamp.c Lamp.h 
                                          NMesh.c NMesh.h 
                                          modules.h 
  
  Log:
  * Implemented the 3 functions needed by the Object module:
      For  Camera and Lamp
  * Minor updates, NMesh is not finished yet.
  
  Revision  Changes    Path
  1.14      +1 -0      blender/source/blender/python/api2_2x/Blender.c
  1.6       +45 -2     blender/source/blender/python/api2_2x/Camera.c
  1.5       +9 -1      blender/source/blender/python/api2_2x/Camera.h
  1.6       +43 -0     blender/source/blender/python/api2_2x/Lamp.c
  1.5       +9 -1      blender/source/blender/python/api2_2x/Lamp.h
  1.2       +29 -32    blender/source/blender/python/api2_2x/NMesh.c
  1.2       +6 -1      blender/source/blender/python/api2_2x/NMesh.h
  1.12      +50 -9     blender/source/blender/python/api2_2x/modules.h