[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Lamp.c Material.c Texture.c gen_utils.c gen_utils.h rgbTuple.c rgbTuple.h blender/source/blender/python/api2_2x/doc Lamp.py Material.py Texture.py

Stephen Swaney sswaney at centurytel.net
Wed Sep 21 21:48:40 CEST 2005


stiv (Stephen Swaney) 2005/09/21 21:48:40 CEST

  Modified files:
    blender/source/blender/python/api2_2x Lamp.c Material.c 
                                          Texture.c gen_utils.c 
                                          gen_utils.h rgbTuple.c 
                                          rgbTuple.h 
    blender/source/blender/python/api2_2x/doc Lamp.py Material.py 
                                              Texture.py 
  
  Log:
  Part of Bpy Cleanup: change attribute access to use tp_getset.
  for these modules.  Adds some new convenience funcs to gen_utils.
  
  This is internal change only and presents little change to the
  BPy  API except for cleanup of some inconsistencies.
  
  A big contribution from Ken Hughes.  Thanks!
  
  Revision  Changes    Path
  1.37      +39 -75    blender/source/blender/python/api2_2x/Lamp.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Lamp.c.diff?r1=1.36&r2=1.37&cvsroot=bf-blender>
  1.40      +1361 -1378blender/source/blender/python/api2_2x/Material.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Material.c.diff?r1=1.39&r2=1.40&cvsroot=bf-blender>
  1.15      +1754 -1135blender/source/blender/python/api2_2x/Texture.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Texture.c.diff?r1=1.14&r2=1.15&cvsroot=bf-blender>
  1.35      +200 -83   blender/source/blender/python/api2_2x/gen_utils.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/gen_utils.c.diff?r1=1.34&r2=1.35&cvsroot=bf-blender>
  1.29      +28 -14    blender/source/blender/python/api2_2x/gen_utils.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/gen_utils.h.diff?r1=1.28&r2=1.29&cvsroot=bf-blender>
  1.10      +30 -22    blender/source/blender/python/api2_2x/rgbTuple.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/rgbTuple.c.diff?r1=1.9&r2=1.10&cvsroot=bf-blender>
  1.6       +2 -2      blender/source/blender/python/api2_2x/rgbTuple.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/rgbTuple.h.diff?r1=1.5&r2=1.6&cvsroot=bf-blender>
  1.12      +86 -38    blender/source/blender/python/api2_2x/doc/Lamp.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Lamp.py.diff?r1=1.11&r2=1.12&cvsroot=bf-blender>
  1.16      +167 -54   blender/source/blender/python/api2_2x/doc/Material.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Material.py.diff?r1=1.15&r2=1.16&cvsroot=bf-blender>
  1.7       +202 -54   blender/source/blender/python/api2_2x/doc/Texture.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Texture.py.diff?r1=1.6&r2=1.7&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list