Hello guys, I need your help!
I have to reorganize the branches of a tree, passing from 10 branches with 13 items per each one to 13 branches with 10 items. And, the new branches, should be organized in the following way:
new branch 0 with all the items that were in the old position zero
new branch 1 with all the items that were in the old position 1
…
new branch 12 with all the items that were in the old position 12
How can I do? I thought that path mapper could help a lot in this case but I don’t know how to use it
Reorder Branches.gh (14.6 KB)