hello
after reading extensively in the forum about data tree I am still helpless with my question.
1) I have a data tree with multiple branches, each branch containing different number of points.
2) I want to rebuild this tree so that every first element of each branch are grouped together, every second with every second, and so on.
3) in the end i would have a tree with the same elements but rearranged according to their previous index number inside of their previous branches.
Path mapper does no seem to be a solution, and neither can I use the values of each point as a comparison factor to reorder the elements... it has to be done according to index number!
Any ideas?
Thanks!
Daniel
Tags: