[Bf-blender-cvs] CVS commit: blender/source/blender/python BPY_interface.c blender/source/blender/python/api2_2x Registry.c Registry.h Blender.c Lamp.c Lamp.h Makefile.am Types.c Window.c Window.h modules.h vector.c

Willian Padovani Germano wgermano at ig.com.br
Wed Sep 3 06:13:09 CEST 2003


ianwill (Willian Padovani Germano) 2003/09/03 06:13:09 CEST

  Modified files:
    blender/source/blender/python BPY_interface.c 
    blender/source/blender/python/api2_2x Blender.c Lamp.c Lamp.h 
                                          Makefile.am Types.c 
                                          Window.c Window.h 
                                          modules.h vector.c 
  Added files:
    blender/source/blender/python/api2_2x Registry.c Registry.h 
  
  Log:
  Exppython:
  - Window: added .GetCursorPos()
  - Lamp: updated for NoDiffuse and NoSpecular modes
  - Registry: new module to handle persistent data
  - vector: made it correctly print only 3 values when vec->size==3:
      Fixes nmvert coords printed with a 4th 0.0 coordinate
  - Text: fixed crash on startup (Python 2.3, linux):
      added definition of the Text pyobject earlier, in Types.c
  
  Revision  Changes    Path
  1.22      +15 -0     blender/source/blender/python/BPY_interface.c
  1.24      +1 -0      blender/source/blender/python/api2_2x/Blender.c
  1.20      +16 -6     blender/source/blender/python/api2_2x/Lamp.c
  1.12      +2 -1      blender/source/blender/python/api2_2x/Lamp.h
  1.24      +2 -0      blender/source/blender/python/api2_2x/Makefile.am
  1.6       +3 -0      blender/source/blender/python/api2_2x/Types.c
  1.6       +30 -8     blender/source/blender/python/api2_2x/Window.c
  1.5       +8 -1      blender/source/blender/python/api2_2x/Window.h
  1.31      +3 -0      blender/source/blender/python/api2_2x/modules.h
  1.8       +5 -1      blender/source/blender/python/api2_2x/vector.c



More information about the Bf-blender-cvs mailing list