I'm trying to set multiple transform nodes as the inputs to a merge node, but when I do this with code it just connects one of the transform nodes and then replaces each transform node as that one input. I am assuming this is because I am using: mergeNode.setFirstInput(xform) How would I connect each transform node as a separate input to a single merge node?