[Bf-blender-cvs] CVS commit: blender/release/scripts/bpymodules BPyMesh_redux.py

Campbell Barton cbarton at metavr.com
Thu May 18 16:13:47 CEST 2006


campbellbarton (Campbell Barton) 2006/05/18 16:13:47 CEST

  Modified files:
    blender/release/scripts/bpymodules BPyMesh_redux.py 
  
  Log:
  Stoped a list that didint need to be made.
  ~20% faster and memory saved by re-using the face and edge lists and their classes each pass rather then __init__'ing new ones.
  Stupid mistake- was only collapsing edges with UV's
  
  Revision  Changes    Path
  1.10      +31 -32    blender/release/scripts/bpymodules/BPyMesh_redux.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/bpymodules/BPyMesh_redux.py.diff?r1=1.9&r2=1.10&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list