recursive_division.hip
I am trying to randomise a for each using vex and metadata.i only get 0 as a return.
I made it work in another scenarios, but i am unable to find why it doesn't work in that specific case.
I used all the different script without success:
int i = detail("op:../meta","iteration");
or plugged-in
int i = detail(1,"iteration");
See the file attached
Thanks for the help.