Hi, I often find myself scripting the creation of node based networks. Within Maya’s node editor window I am able to hover my mouse over any connection between two nodes and receive a helpful message revealing the connections. I would like to query this text somehow via python/mel (mostly so i can save myself the trouble of typing out the connection or connections).
Ideally i could select and query the connection itself, and not either of the two nodes. I know I can run a listConnections command on one of the nodes, but I specifically want what is listed in that particular connection. Seems like i should be able to get at it. I also tried working with the nodeEditor command, but I may have using that incorrectly, no results there. Wondering if anyone might be able to help me out, or even confirm that this isnt possible.