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

Ken Hughes khughes at pacific.edu
Tue Oct 11 06:09:08 CEST 2005


khughes (Ken Hughes) 2005/10/11 06:09:08 CEST

  Modified files:
    blender/source/blender/python/api2_2x Mesh.c Mesh.h 
    blender/source/blender/python/api2_2x/doc Mesh.py 
  
  Log:
  - added Mesh.MVert(); can now create 'thick' vertices which don't wrap mesh
  - implemented slice operations (get/set) for vertex list; allows script
    writers to manipulate lists of vertices (using 'thick' vertices)
  - fixed problem in mesh.faces.extend() which allowed the creation of
    "Eeekadoodle" faces
  - added mesh.update() method; (possibly) temporary fix to allow updating DAG
  
  Revision  Changes    Path
  1.6       +525 -70   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.5&r2=1.6&cvsroot=bf-blender>
  1.3       +4 -2      blender/source/blender/python/api2_2x/Mesh.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Mesh.h.diff?r1=1.2&r2=1.3&cvsroot=bf-blender>
  1.3       +46 -0     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.2&r2=1.3&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list