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

Ken Hughes khughes at pacific.edu
Sat Mar 11 17:00:07 CET 2006


khughes (Ken Hughes) 2006/03/11 17:00:07 CET

  Modified files:
    blender/source/blender/python/api2_2x Mesh.c 
    blender/source/blender/python/api2_2x/doc Mesh.py 
  
  Log:
  ===Python API===
  A bug fix and an enhancement:
     * fixed bug when adding or deleting faces from a mesh which has
       vertexColors; mesh->mcol was not being updated
     * changed edges.extend() and faces.extend() to accept integer vertex
       indices in addition to MVerts; this should make scripts simpler and
       in general make things run faster
  
  Revision  Changes    Path
  1.43      +119 -102  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.42&r2=1.43&cvsroot=bf-blender>
  1.22      +7 -12     blender/source/blender/python/api2_2x/doc/Mesh.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Mesh.py.diff?r1=1.21&r2=1.22&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list