Hello everybody!
The problem is:
There are two nodes I am working with.
- Sheets.Viewports - returns viewports of sheet.
2.Springs.Sheets.Views+ - returns view from sheet.
But order of outcoming elements of these two lists are different. I mean viewport doenst always matches up with view.
Check out this picture.
So I need to sort these two lists in the same order.
I tried to sort by keys, using IDs from one list, but it didnt work.
I can normaly sort these values (Names of views) of parameters, but how can I sort original two lists using these values?
Please help with that, or, maybe there is another node already made, which returns viewports and views with the same order of elements?