[Bf-committers] CVS commit: blender/source/blender/python/api2_2x Image.c Image.h Material.c Material.h NMesh.c NMesh.h gen_utils.c gen_utils.h modules.h

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


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

  Modified files:
    blender/source/blender/python/api2_2x Image.c Image.h 
                                          Material.c Material.h 
                                          NMesh.c NMesh.h 
                                          gen_utils.c gen_utils.h 
                                          modules.h 
  
  Log:
  * Updated NMesh port to exppython:
      Added material and image handling/hooks and the constant dictionaries.
      Changed Image.h and Material.h to only have public declarations, so
      NMesh could include them.
  
  Revision  Changes    Path
  1.7       +191 -32   blender/source/blender/python/api2_2x/Image.c
  1.8       +8 -117    blender/source/blender/python/api2_2x/Image.h
  1.2       +458 -64   blender/source/blender/python/api2_2x/Material.c
  1.2       +11 -302   blender/source/blender/python/api2_2x/Material.h
  1.5       +148 -106  blender/source/blender/python/api2_2x/NMesh.c
  1.5       +10 -2     blender/source/blender/python/api2_2x/NMesh.h
  1.7       +0 -1      blender/source/blender/python/api2_2x/gen_utils.c
  1.8       +2 -1      blender/source/blender/python/api2_2x/gen_utils.h
  1.15      +6 -1      blender/source/blender/python/api2_2x/modules.h