I'm looking for a way to inspect the connections between ice nodes from Python. I'm trying to write a tool that will generate and update an ice graph on demand based on some parameters. I need to be able to inspect an existing ice graph and most importantly the connections between nodes in the ICE graph. I can't seem to find how to do this in the docs. All I see related to node connections is ConnectICENode. Ideally I would like something like this AreICENodesConnected(outputPort, inputPort) or a way to enumerate connections but I don't see anything available.
Am I missing something or is this just not possible from the Scripting API? Thanks, -James James Vecore | Pluto | A Creative Content Place | <http://hellopluto.com/> hellopluto.com | 248.723.3333 | 586.295.9473 mobile

