Hi! I have a problem to get the number of missing files in a single object here is my script
the problem is that this script append the path of the texture 2 time for exemple if there is 2 missing files it it say that there is 4 what I am doing wrong?
if I use #localonly flag it didn't show anything.
global missingfiles = #()
function get_names name FilesArray = append FilesArray name
enumerateFiles $Plane01 get_names missingfiles #missing
print missingfiles.count
Anubis · 2012-02-26