chenjunjie21
发表于 2015-10-8 15:23
感谢分享~~~~
xywhychang1
发表于 2015-10-8 15:13
感谢分享~~~~~
xywhychang1
发表于 2015-10-6 00:55
特莱感谢阿
gzjonson
发表于 2015-10-1 13:57
学习了,谢谢了····
阿尔啥事
发表于 2015-9-21 16:19
给力的插件!很值得下载!
xywhychang1
发表于 2015-9-21 15:56
很好很强大 很黄很暴力》》》》》{:1_335:}
xywhychang1
发表于 2015-9-21 15:50
string $sel[] = `ls -sl`;
string $Amesh[] = `listRelatives -c -s $sel`;
string $mesh[] = `listRelatives -c -s $sel`;
string $noint[] = `listRelatives -c -s -ni $sel`;
string $inter[] = stringArrayRemove($noint, $mesh);
setAttr ($inter + ".intermediateObject") 0;
transferAttributes -transferPositions 0 -transferNormals 0 -transferUVs 2 -transferColors 2 -sampleSpace 4 -searchMethod 3-flipUVs 0 -colorBorders 1 $Amesh $inter;
delete -ch $inter;
setAttr ($inter + ".intermediateObject") 1;
string $se[] = `listConnections -t "shadingEngine" -s 0 -d 1 -p 0 -c 0 $Amesh`;
if(size($se) == 1)
{
select -r $noint;
sets -e -forceElement $se;
}
else
{
string $attrArray[] = `listConnections -t "shadingEngine" -s 0 -d 1 -p 0 -c 1 $Amesh`;
for($i = 0;$i < size($attrArray)/2;$i++)
{
string $info[] = `getAttr ($attrArray[$i*2] + ".objectGrpCompList")`;
for($j = 0;$j < size($info);$j++)
{
$info[$j] = $noint + "." + $info[$j];
}
select -r $info;
sets -e -forceElement $attrArray[$i*2+1];
}
}
select -cl ;
qq377894034
发表于 2015-9-17 15:17
不错正需要
xywhychang1
发表于 2015-9-11 15:51
谢谢楼主啊
xywhychang1
发表于 2015-9-11 15:50
楼主好样的!