[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Armature.c Image.c blender/source/blender/python/api2_2x/doc Armature.py Image.py

Campbell Barton cbarton at metavr.com
Fri Dec 22 22:23:27 CET 2006


campbellbarton (Campbell Barton) 2006/12/22 22:23:27 CET

  Modified files:
    blender/source/blender/python/api2_2x Armature.c Image.c 
    blender/source/blender/python/api2_2x/doc Armature.py Image.py 
  
  Log:
  Arnaure.Get() now raises an error when the name dosnt exist. added warning in docs.
  Image - added img.fields, img.fields_odd, img.antialias, also updated the docs. replaced Py_BuildValue with faster list creation for getPixel functions.
  
  Revision  Changes    Path
  1.46      +6 -2      blender/source/blender/python/api2_2x/Armature.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Armature.c.diff?r1=1.45&r2=1.46&cvsroot=bf-blender>
  1.61      +84 -43    blender/source/blender/python/api2_2x/Image.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Image.c.diff?r1=1.60&r2=1.61&cvsroot=bf-blender>
  1.24      +13 -16    blender/source/blender/python/api2_2x/doc/Armature.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Armature.py.diff?r1=1.23&r2=1.24&cvsroot=bf-blender>
  1.23      +23 -5     blender/source/blender/python/api2_2x/doc/Image.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Image.py.diff?r1=1.22&r2=1.23&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list