[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Mesh.c

Campbell Barton cbarton at metavr.com
Thu Oct 5 17:56:12 CEST 2006


campbellbarton (Campbell Barton) 2006/10/05 17:56:12 CEST

  Modified files:
    blender/source/blender/python/api2_2x Mesh.c 
  
  Log:
  Python API
  added list like access to mesh face colors so you can say col[0] = 255 instead of col.r= 255
  more importantly 'for ch in col' and 'tuple(col)'
  
  Revision  Changes    Path
  1.89      +73 -2     blender/source/blender/python/api2_2x/Mesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Mesh.c.diff?r1=1.88&r2=1.89&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list