近期热门
首页 其他资源区 其他资源 软件插件
maya指贴图路径mel跟使用方法

[软件插件] maya指贴图路径mel跟使用方法

[复制链接]
wa wa wa wa wa

10年前  ·  80楼
回复

使用道具 举报

CGJOY网友 
感谢分享。。。。

10年前  ·  79楼
回复

使用道具

CGJOY网友 


10年前  ·  78楼
回复

使用道具

感谢楼主分享 顶一个

10年前  ·  77楼
回复

使用道具 举报

CGJOY网友 
{:1_338:}

10年前  ·  76楼
回复

使用道具

CGJOY网友 
好的好的
10年前  ·  75楼
回复

使用道具

CGJOY网友 
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[0] == "<done>")
{print ("There is no texture!"+"\n");}

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

AEfileTextureReloadCmd ($RefreshNum+".fileTextureName");

}
}
clear $RefreshAim;
}

RefreshTextures;


10年前  ·  74楼
回复

使用道具

谢谢分享

10年前  ·  73楼
回复

使用道具 举报

感谢分享~~~~~~~~~
10年前  ·  72楼
回复

使用道具 举报

要恢复几个啊
10年前  ·  71楼
回复

使用道具 举报

数据加载中....
没有更多评论了
您当前使用的浏览器IE内核版本过低会导致网站显示错误

请使用高速内核浏览器或其他浏览器