I'm facing an issue that I don't know how to solve. Basically, I created an HDA using VOPs to compose multiple image inputs. There is a multiparm that creates these layers, and dynamically, via Python, it builds all the networks inside a subnet.
The problem is that the layer inputs are being created only inside the subnet (since the input connectors are dynamically generated there). How can I promote these inputs to the main composite node so I can connect them externally?
I set the subnet as editable in the Type Properties, but since I cannot make the node root editable, I can't create input connectors on it.
