代号小一

看不到子标题【表情】

导航

10 2014 档案

关于清除丢失贴图与IES文件
摘要:fn YY_clrmessingmaps =( YY_messingmap = #() allBitmaps = getClassInstances BitmapTexture -- 所有材质for m=1 to allBitmaps.count do( if not doesf... 阅读全文

posted @ 2014-10-15 17:50 代号小一 阅读(599) 评论(0) 推荐(0)

关于 MAXScript 中文路径返回上级目录(精简版)
摘要:之前写过一个关于 MAXScript 中文路径返回上级目录的博文今天无意中发现了一个更简单的方法代码如下:fn newfile filepath = (nf = getfilenamepath filepathnf[nf.count] = ""nf) --返回上级路径newpath "D:\Prog... 阅读全文

posted @ 2014-10-10 01:05 代号小一 阅读(651) 评论(2) 推荐(1)