3ds Max : Missing files hatası çözümü
Bugün bununla ilgili bir sıkıntım oldu baya aradım ve bu scripti buldum.
Denedim çalışıyor.
http://www.scriptspot.com/files/lost_textures.ms
Direk olarak kayıp map`leri bulup siliyor işinize yarar belki arkadaşlar.
Teşekkürler.
- Offline
- Erkek
-- lost_textures.ms
-- Script para vaciar la rutas de texturas perdidas
-- Escrito por Oscar Romero, www.orodom.blogspot.com
texturas_perdidas = for t in (getClassInstances BitmapTexture) where not (doesFileExist t.filename) collect t
if queryBox ("Bulunan " +texturas_perdidas.count as string + " adet kayıp kaplama silinsin mi?" ) beep:false then texturas_perdidas.filename = ""
- Offline
- Erkek
linke ulaşılmakta scirpt duruyor orda. mete top ta buraya yapıştırmış zaten türkçeleştirip.
- Offline
- Erkek
notepad ac scripti yapıştır ve lost_textures.ms olarak kaydet ve max ta çalıştır.
yada max ta new scripts de bu scripti yapıştır kaydet çalıştır.
- Offline
- Erkek
scripti yazıp kaydedin sonra run deyin
- Offline
- Erkek