首页 > 代码库 > 绑定后想要把 分好uv的物体传递uv给 绑定好的物体.
绑定后想要把 分好uv的物体传递uv给 绑定好的物体.
绑定后传递uv要使用 polyTransfer 命令
polyTransfer [-alternateObject string] [-caching boolean] [-constructionHistory boolean] [-name string] [-nodeState int] [-uvSets boolean] [-vertexColor boolean] [-vertices 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.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。