[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
Tue Nov 8 22:50:30 CET 2005


khughes (Ken Hughes) 2005/11/08 22:50:30 CET

  Modified files:
    blender/source/blender/python/api2_2x Mesh.c 
    blender/source/blender/python/api2_2x/doc Mesh.py 
  
  Log:
  -- changes and bugfixes from Cam:
    -- calling mesh.getFromObject(obj) with mesh object now also
       copies material properties
    -- mesh.quadToTriangle() takes a parameter to duplicate both
       Ctrl-TKEY and Shift-Ctrl-TKEY actions
    -- assigning None to mesh.verts "clears" the memory allocated
       to the mesh (equivalent of Mesh.New(), but on an existing
       mesh)
    -- exception handler message for mesh.faces[i].uv = [..] more
       clear (uv attribute only accepts tuple, not list)
    -- fixed bug for meshs with deformed verts when deleting verts
       (deformed verts deleted and repacked correctly now, I think)
  
  Revision  Changes    Path
  1.16      +113 -64   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.15&r2=1.16&cvsroot=bf-blender>
  1.8       +17 -1     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.7&r2=1.8&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list