Setting order of input Connectors

Hi there,
My question is how to order the input connectors of an operator if at all possible? (or refer to the inputs by name but that is not possible as far as I can tell)

Since my inputs of my base operator are generated dynamically I would like some control of their order.

The background is this:
I do this neat thing from a replicator
c.outputConnectors[0].connect(op(“Layers”).inputConnectors[i])

connecting my newly created clones to the inputs of a base.
Problem is I do some tricks in this base so the order and number of input connectors change a bit so the index is not possible for me to calculate. However if I could sort them in some way that would help me.

In the latest versions of experimental, the In operators actually have a ‘Connect Order’ parameter now.

Cheers,
Rob.

1 Like