首页 > 其他 > 详细

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

时间:2014-05-07 17:44:39      阅读:358      评论:0      收藏:0      [点我收藏+]

绑定后传递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.

绑定后想要把 分好uv的物体传递uv给 绑定好的物体.,布布扣,bubuko.com

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

原文:http://www.cnblogs.com/ladaojeifang/p/3710125.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!