Say u have a texture u used in a scene, is there a way u can search in the material ediror by entering the name of the texture say ''metal_478.tif' and 3dsmax will select or name the objects/materials using that texture?
metal_478.tif"
theObjs = #()
for i in (getclassinstances bitmaptexture) where (filenamefrompath i.filename) == theMap do (join theObjs (refs.dependentNodes i))
select theObjs</code><code>theMap = "
Replies