list items selecting more than one

I've created a grid of uv frames on a surface, and now I'm trying to select and modify them one at a time. I tried using list item, but this persistently selects either the top or bottom three (out of a grid of six) with an index of 0 or 1. This is probably only a problem because I don't fully understand the concept of the index. Either way, I have a grid of surface frames, and I would like to work on each separately, is there a good way for me to do this?

 

Thanks!

Load Previous Replies
  • up

    Chris Tietjen

    Can you post the definition as it is so far?

     

    Chris

    • up

      Benjamin Golder

      You can also try using 'flatten' on the list of frames, which will turn them into one simple list rather than separate lists. This way, if you used list item, it would retrieve the one item, instead of retrieving one from each separate list.
      1
      • up

        Aleksander Łapiński

        Hey guys,

        I guess I have a similar problem

        I have one set of n points on an ellipse, and another one, that has n / 2 number of elements. 

        For every point from the 1st set, for example no. 0, i want to assign two points that happen to be "in between" , so no. 0 and 1. Any help ? I can make it by hand by list item for every point and flatten, but it works only for this particular amount of points, not when i make more of them by the number slider. Any help would be appreciated.

        Cheers,

        6