Hi, I'm looking at writing a plugin in checker so everyone in the studio is on the latest version. So far I have this but I can't seem to get the doesfilexist in an array to work?
nPp = @"C:\Program Files\Autodesk\3ds Max 2014\plugins\" --Path for plugins
nPc = #()
append nPc #(nPp + "Quad Chamfer.dlm")
append nPc #(nPp + "MultiTexture_max2014_64.dlt")
append nPc #(nPp + "bulgeomatic.dlm")
append nPc #(nPp + "BerconMaps_2013_64.dlt")
clearlistener()
print nPc[2]
doesFileExist (nPc[1])
By johncrawshaw · 2014-10-16
barigazy · 2014-11-02
miauu · 2014-10-16