[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
Fri Feb 10 01:08:06 CET 2006


khughes (Ken Hughes) 2006/02/10 01:08:06 CET

  Modified files:
    blender/source/blender/python/api2_2x Mesh.c 
    blender/source/blender/python/api2_2x/doc Mesh.py 
  
  Log:
  ===Python API===
  Three more changes for the Mesh module:
  (1) Bug fix for UV vertices ("sticky").  me->msticky was not being updated
     when vertices were added or deleted from the mesh.
  (2) Vertex, edge and face .extend() methods accept zero-length sequences
     instead of throwing an exception.  (Note that not giving any argument
     is still an error).
  (3) Edge and face .extend() methods ignore "invalid" edges or faces which
     have the same vertex twice instead of throwing an exception.  Cam and I
     argued about this for a while... :-)
  
  Ken
  
  Revision  Changes    Path
  1.40      +82 -26    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.39&r2=1.40&cvsroot=bf-blender>
  1.20      +9 -8      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.19&r2=1.20&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list