Hopefully this is something simple for you all to help me out with. I'm trying to find out if a node's rotate attributes are being driven by an animation curve. Normally, this would be simple enough, except that there is a 'character' node in between the curves and the node I'm querying. Is there a way to traverse past the character node simply to see if an anim curve exists to drive my node's rotations? Otherwise, it will always return as the rotation being connected since the character set is driving it. I could do it in multiple steps, but I'm hoping there is something simple I'm just overlooking. Thanks!
-mole