Hi everybody!
Grafting. Try it out they said. It’ll be fun they said. So I did. And actually I had some fun in the last few years, but now:
I have a tree that I want to do operations on. As long as the operation is simple, it is no problem (see first three workflows in the screenshot). However, how can I perform operations, where each branch of a tree is performed on each branch of the other tree (4th workflow in the screenshot(fake, ofc))? Is it even possible?
The example above with numbers is very simple. The real problem I want to solve is however with points and vectors. I want to translate three lists of points by four vectors, so I get twelve new lists of points. I can build that by translating one of the lists by the four vectors and then copy the workflow for each list. But that annoys me because then I am committed to the number of lists and my workflow is less flexible as it could be.