an attributewrangle sop.
The attribute wrangle vex block is attempting to modifying custom point attributes in the line input node.
Its been very frustrating.
I cant seem to execute the attributewrangle vex code per point per foreach loop iteration.
The foreachloop knows how many points are in the input line.
Just getting the iteration value requires something like this
int iter = detail("op:../foreach_begin1_metadata1", "iteration");
Ive been trying to use getattrib and setattrib vex functions but not succeeding with the syntax.
Help with usage of attributewrangle in a foreachloop would be greatly appreciated.