首页 > 代码库 > 关于清除丢失贴图与IES文件
关于清除丢失贴图与IES文件
fn YY_clrmessingmaps =( YY_messingmap = #() allBitmaps = getClassInstances BitmapTexture -- 所有材质for m=1 to allBitmaps.count do( if not doesfileexist allBitmaps[m].filename do append YY_messingmap m ) -- 收集丢失贴图 if YY_messingmap.count != 0 do for c in YY_messingmap do ( allBitmaps[c].filename = "" ); -- 清除丢失贴图 YY_messingIES = #() all_light = getClassInstances Target_Light + getClassInstances Free_Light -- 所有灯光for l=1 to all_light.count do( if not doesfileexist all_light[l].webFile do append YY_messingIES l ) -- 收集丢失IES if YY_messingIES.count != 0 do for w in YY_messingIES do ( all_light[w].webFile = "" ) -- 清除丢失IES )-- 清除丢失贴图与IES
关于清除丢失贴图与IES文件
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。