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

Ken Hughes khughes at pacific.edu
Fri Aug 25 18:01:17 CEST 2006


khughes (Ken Hughes) 2006/08/25 18:01:17 CEST

  Modified files:
    blender/source/blender/python/api2_2x Mesh.c 
  
  Log:
  ===Python API===
  More additions for Mesh.faces.extend(); allow faces with 2 verts or duplicate
  verts to remain in the input list (although they are still not added to the
  mesh) so that indexList option can return None for them.  The goal is for all
  faces which are discarded to still be ignored but return None.
  
  Revision  Changes    Path
  1.76      +12 -6     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.75&r2=1.76&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list