uniNodeConnectionBySessionId(subnet_id, in_container_inputs)
→ hou.UniContainerConnectNode or None
Returns an UNI node-like object that can be wired to nodes inside the subnet.
But instead of representing a real node inside the subnet, connections to this
object actually connect the contained nodes to the input or output connectors
on the container subnet node. This is how connections can be made from outside
a subnet to nodes inside the subnet without require the indirection through
hou.SubnetIndirectInput objects inside the subnet like hou.OpNode subnets.
>>> uni_container_connect = hou.uniContainerConnectNodeBySessionId(hou.uniNodeBySessionId(1), True) >>> uni_container_connect.outputConnectors()
| See also |