How can i controle the order of how the input in my custome node are showen?

how can i controle the order of how the input in my custome node are showen?

right now the inputs are randomly places on the node as you can se, but I like to have it sorted in the following order:
rid
Navn
Areal [Transmissionsareal]
U [Transmissionskoefficient]
and so on…

how can i do that?

The order is determined by the order of creation of the input nodes. So if you want to change the order of the nodes then you have to do some renaming.

1 Like

Cool thanks

an alternative way is to

  1. select all the input node minus the first node you want first, delete the nodes then cntrl z (undo)
  2. select all the input nodes minus the first and second, delete the nodes then undo
  3. select all the input nodes minus the first, second and third, delete the nodes then undo
  4. repeat as needed until all are in order.

same goes for output nodes

If you put all your input node into a group, then remove one by one from the group, meaning remove one node from the group, then delete the group, undo, remove the second node from group, delete the group, undo, remove the third node from the group and delete the group, you don’t a have to keep selecting all the node each time. and you can see the reorder of your nodes by pulling the removed node away from the group.

1 Like