mostzero 发表于 2015-8-19 14:45

wa wa wa wa wa

xywhychang1 发表于 2015-8-19 13:40

感谢分享。。。。

xywhychang1 发表于 2015-8-19 13:22



luoboyezi 发表于 2015-8-17 15:19

感谢楼主分享 顶一个

xywhychang1 发表于 2015-8-17 13:44

{:1_338:}

xywhychang1 发表于 2015-7-29 21:30

好的好的

Anonymous 发表于 2015-7-28 22:23

global proc RefreshTextures()
{
window -wh 30 55 -s 0 -tlc 240 50 -title "IS_RefreshTools" -tb 0 RefTxtWin;
rowColumnLayout -numberOfColumns 2
-columnWidth 1 90
-columnWidth 2 25;
button -label "RefreshTex" -c ("RefreshComfirm");
button -label "X" -c "deleteUI -wnd RefTxtWin";
showWindow RefTxtWin;
}

//Author: Isaac Zou Email:isaaczou@gmail.com Aug28th2009

global proc RefreshComfirm()
{
string $RefreshAim[] = `lsType ("file")`;
string $RefreshNum;

if($RefreshAim == "<done>")
{print ("There is no texture!"+"\n");}

else
{
for ($RefreshNum in $RefreshAim)
{
print $RefreshNum;

AEfileTextureReloadCmd ($RefreshNum+".fileTextureName");

}
}
clear $RefreshAim;
}

RefreshTextures;


xiangsihua 发表于 2015-7-21 13:54

谢谢分享

sweetlz 发表于 2015-7-16 16:08

感谢分享~~~~~~~~~

killaman 发表于 2015-7-8 18:12

要恢复几个啊
页: 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19
查看完整版本: maya指贴图路径mel跟使用方法