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

Ken Hughes khughes at pacific.edu
Thu Aug 24 22:02:23 CEST 2006


khughes (Ken Hughes) 2006/08/24 22:02:23 CEST

  Modified files:
    blender/source/blender/python/api2_2x/doc Mesh.py 
    blender/source/blender/python/api2_2x Mesh.c 
  
  Log:
  ===Python API===
  New keyword parameters for Mesh.faces.extend() method:
    * ignoreDups: turns off checks for duplicate faces in the input list and
      existing mesh faces.  Intended for constructing new meshes where the
      faces are known to be unique.
    * indexList: makes the method return a list of new faces indices, which
      can be used to index new faces to add other attributes like color.  If
      duplicate faces are removed, None is placed in their list slot.
  
  Revision  Changes    Path
  1.43      +29 -19    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.42&r2=1.43&cvsroot=bf-blender>
  1.75      +52 -19    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.74&r2=1.75&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list