How to change input indices in a panel

Hi,

My explanations :

When i connect several "string" components (inputs) in a "panel" component, the order strings appear in the panel is in the order they where added. The problem is when i want to reorder the strings. Is there any possibility to change the order (ex : by changing the indice) without disconnecting all ?

  • up

    David Rutten

    Not via the interface I'm afraid. You can do it using the Grasshopper SDK, but not by hand.

    --

    David Rutten

    david@mcneel.com

    Poprad, Slovakia

    • up

      Vicente Soler

      You want to use the "Merge" component. It allows you to connect each list into an individual input and merge them together. You can then add new inputs above, below or inbetween already existing inputs.

      1