[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
Sun May 14 16:12:45 CEST 2006


khughes (Ken Hughes) 2006/05/14 16:12:45 CEST

  Modified files:
    blender/source/blender/python/api2_2x/doc Mesh.py 
    blender/source/blender/python/api2_2x Mesh.c 
  
  Log:
  ===Python API===
  Make me.faces.sel and me.edges.sel behave like EM_select_face() and
  EM_select_edge() in source/blender/src/editmesh_lib.c.
  
  Script users should note that if they change ANY of the selection states
  (vertex, edge, face) and then call a mesh "tool" method (like me.remDoubles)
  that the selection states of the mesh MAY change, since these tools use the
  edit mode (which updates select states).
  
  Revision  Changes    Path
  1.28      +6 -3      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.27&r2=1.28&cvsroot=bf-blender>
  1.54      +39 -107   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.53&r2=1.54&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list