天天看点

绑定后想要把 分好uv的物体传递uv给 绑定好的物体.

绑定后传递uv要使用 polytransfer 命令

polytransfer [-

string] [- boolean]

[- boolean]

[- string]

[- int] [-

boolean] [- boolean]

transfer information from one polygonal object to another one. both objects

must have identical topology, that is same vertex, edge, and face numbering. the

flags specify which of the vertices, uv sets or vertex colors will be

copied.

这是官方帮助上的解释

polytransfer -uv 1 -ao $source $target;

使用这行命令转换uv 后,再使用 delete by type -->non-deformer history

来删除历史,不影响绑定,还可以保留转换后的uv.