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

Campbell Barton cbarton at metavr.com
Sun Apr 2 22:59:03 CEST 2006


campbellbarton (Campbell Barton) 2006/04/02 22:59:03 CEST

  Modified files:
    blender/release/scripts mesh_boneweight_copy.py 
  
  Log:
  Sped up quite a bit using zsorting and fast index guessing. so verts can find the closest vert in the other mesh.
  from 37.3sec to 8.65 sec on the test I used (human with 24 bones) - 24k verts on the source mesh.
  
  Revision  Changes    Path
  1.3       +104 -19   blender/release/scripts/mesh_boneweight_copy.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/mesh_boneweight_copy.py.diff?r1=1.2&r2=1.3&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list