Commit Graph

4 Commits

Author SHA1 Message Date
1919391b24 Fixed small but that was causing an eternal loop. 2006-04-03 20:15:24 +00:00
756bad72c4 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.
2006-04-02 20:59:02 +00:00
218e1927c8 Silly var typo fix. 2006-04-01 19:28:55 +00:00
01b827fa6f This script copys vertex groups and weights from 1 weighted mesh, to all unweighted meshes.
It just uses the closest to copy the weights, but this means the meshes need not have the same number of verts.
Worldspace coords are used so the meshes only need to overlap in worldspace.
2006-04-01 15:32:58 +00:00