I've seen some built-in nodes which will auto-connect multiple wires, but I can't get it to work with custom HDAs.
What is the secret to getting it to work?
Thanks
mrpdeanVellum nodes do this using node graph hooks
What is the secret to getting it to work?
if hou.isUIAvailable(): from nodegraphvellumutils import setSelectPosContextData, isPassThroughConnection, createEventHandler def isVellumNode(): return True