[Bf-committers] CVS commit: blender/source/blender/python/api2_2x NMesh.c NMesh.h vector.c vector.h BGL.c Blender.c Camera.c Camera.h Image.c Image.h Lamp.c Lamp.h Makefile.am Text.c Text.h constant.c constant.h gen_utils.c gen_utils.h modules.h

Willian Padovani Germano bf-committers@blender.org
Sat, 17 May 2003 06:30:05 +0200 (CEST)


ianwill (Willian Padovani Germano) 2003/05/17 06:30:05 CEST

  Modified files:
    blender/source/blender/python/api2_2x BGL.c Blender.c Camera.c 
                                          Camera.h Image.c Image.h 
                                          Lamp.c Lamp.h 
                                          Makefile.am Text.c 
                                          Text.h constant.c 
                                          constant.h gen_utils.c 
                                          gen_utils.h modules.h 
  Added files:
    blender/source/blender/python/api2_2x NMesh.c NMesh.h vector.c 
                                          vector.h 
  
  Log:
  * Added submodule NMesh:
      Partially implemented.  Most of it comes from opy_nmesh.c, plus needed
      changes to integrate in into exppython.
  * Added helper submodule vector, needed by NMesh.
  * Minor changes in other files.
  
  Revision  Changes    Path
  1.3       +313 -314  blender/source/blender/python/api2_2x/BGL.c
  1.11      +2 -0      blender/source/blender/python/api2_2x/Blender.c
  1.5       +2 -2      blender/source/blender/python/api2_2x/Camera.c
  1.4       +8 -9      blender/source/blender/python/api2_2x/Camera.h
  1.5       +2 -2      blender/source/blender/python/api2_2x/Image.c
  1.5       +2 -2      blender/source/blender/python/api2_2x/Image.h
  1.5       +2 -2      blender/source/blender/python/api2_2x/Lamp.c
  1.4       +2 -2      blender/source/blender/python/api2_2x/Lamp.h
  1.11      +4 -0      blender/source/blender/python/api2_2x/Makefile.am
  1.3       +2 -2      blender/source/blender/python/api2_2x/Text.c
  1.3       +2 -2      blender/source/blender/python/api2_2x/Text.h
  1.2       +2 -2      blender/source/blender/python/api2_2x/constant.c
  1.2       +1 -1      blender/source/blender/python/api2_2x/constant.h
  1.6       +50 -10    blender/source/blender/python/api2_2x/gen_utils.c
  1.6       +21 -1     blender/source/blender/python/api2_2x/gen_utils.h
  1.9       +2 -0      blender/source/blender/python/api2_2x/modules.h