Adverti horiz upsell

transferVertices 1.0.0 for Maya (maya plugin)

Copies vertex position from one object to another

License
Button download
718 Downloads

Compatibility

  • 2015, 2014, 2013

Operating Systems

  • Windows

History

Created:07/14/2008
Last Modified:01/07/2015
File Size: 20.2 KB
Copies vertex position of the the selected source object to selected destination vertices.
  • select vertices you want to be moved
  • ctrl-select the object from which you want to copy the vertex position in the outliner
  • type transferVertices -m 1
    (the m-parameter determines how much you want make the vertices go in the desired direction (e.g. -m 0.5 makes them go only halfway)
  • type just transferVertices and m will be 1 (default)
Both Objects should have the same topology. (Since this tool is mostly used for blendShapes, that'll be the case anyway).

Example (setup the scene, two spheres with same topology, one is deformed):

$src = `polySphere -r 1 -sx 100 -sy 100 -ax 0 1 0 -cuv 2 -ch 1`;
$dest = `duplicate -rr $src[0]`;
move -r -os -wd 5 0 0 $dest[0];
setAttr ($src[0] + ".scaleY") 3;
makeIdentity -apply true -t 0 -r 0 -s 1 -n 0 $src[0];
select -r ($dest[0] + ".vtx[0:3000]");
select -tgl $src[0];

Now execute the command:

transferVertices -m .5



Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.

People who favorited this item:

  • paritosh thanki
    paritosh thanki
  • 鹏
  • plateau ren
    plateau ren
  • reg ds
    reg ds
  • vishalkadam472
    vishalkadam472
  • Sakataki
    Sakataki
  • apecornelius
    apecornelius
  • 009193
    009193