Hi. Here's what I'm trying to do:
Object B is parent constrained to object A. I want to be able to select object B and have maya select object A after hitting a button. The furthest I was able to get with MEL was to select only the parent constaint of object B through the use of naming strings (string $constraint = ($sel[0] + "_parentConstraint1")
but this is the wrong direction since I want to be able to traverse through the connections to find the constraining parent somehow. Any ideas?
