Hi,
Given 2 objects in max, is there any way to identify whether one object is a reference (i.e not an instance) of the other…? I know maxscript has the function areNodesInstances[font=Courier New] [/font]which identifies whether the 2 objects are instances of each other, but this returns false for referenced objects as you might expect, and there doesn’t appear to be an equivalent areNodesReferences[font=Courier New] [/font]function.
I guess one workaround would be to use brute force to directly compare the vertices/tverts/normals/etc of the objects but, as I’m required to iterate this over an entire scene of 100s of fairly detailed objects, I fear this would just be too slow!
Any thoughts…?
