I have these 6 branches containing points. I want to move each branch using the graph mapper at different distances though. I can do it with exploding the tree and doing it manually for each branch but it is not efficient at all. Is there a way I can do it faster?
Thanks for your reply.
The points in each branch should move in different distances not all the same. Some branches should move on the opposite direction.
Something like the image I attach.
Your question is not clear ; you created distances with vectors so all points move with settings which you already created.
Your question about tree or distances and directions?
Each group of points in one branch form one line. In the case of the image is 6 branches of points forming 6 lines.
I want to find the most efficient way to move these points in each branch in different distances, and not all the same as the image indicates, thus creating the lines in blue.