I want to find and select all object in my scene which have assign VRayFastSSS2 material on it. I evaluate the below script, it print "ok" in maxscript listener, but didn't select any object from the scene? Hoping someone from here can help me, thank you.
select (for o in objects where o.mat == (getClassInstances VRayFastSSS2) collect o)