[Bf-committers] CVS commit: blender/source/blender/python/api2_2x rgbTuple.c rgbTuple.h Lamp.c Lamp.h Makefile.am NMesh.c NMesh.h constant.c constant.h

Willian Padovani Germano bf-committers@blender.org
Fri, 23 May 2003 06:35:02 +0200 (CEST)


ianwill (Willian Padovani Germano) 2003/05/23 06:35:02 CEST

  Modified files:
    blender/source/blender/python/api2_2x Lamp.c Lamp.h 
                                          Makefile.am NMesh.c 
                                          NMesh.h constant.c 
                                          constant.h 
  Added files:
    blender/source/blender/python/api2_2x rgbTuple.c rgbTuple.h 
  
  Log:
  * Fixed bug in BPY_interface.c (exppython):
      Found that syntax errors in scripts were giving SIGSEGV, my mistake.
  * Added new helper type: rgbTuple.
      This is used to represent and deal with rgb color triplets in modules
      like Material and Lamp.  Updated Lamp module to use it.
  
  Revision  Changes    Path
  1.8       +34 -13    blender/source/blender/python/api2_2x/Lamp.c
  1.7       +11 -2     blender/source/blender/python/api2_2x/Lamp.h
  1.13      +2 -0      blender/source/blender/python/api2_2x/Makefile.am
  1.3       +1 -1      blender/source/blender/python/api2_2x/NMesh.c
  1.3       +1 -1      blender/source/blender/python/api2_2x/NMesh.h
  1.3       +6 -15     blender/source/blender/python/api2_2x/constant.c
  1.3       +1 -1      blender/source/blender/python/api2_2x/constant.h