Hi I have had this issue a few times. I want a list of selected verts and then want to go through the list and do stuff (does not matter what the question is about the list) to the verts. The problem is if I use
string $List[] = ls -sl
I get a list of verts in the format: Body_BlndSH.vtx[3912:3913] Body_BlndSH.vtx[3915:3916] Body_BlndSH.vtx[3918:3931]...... the problem with this I can not use the notation in something like
xform -q -t $List[$i]
I need te list to not group the verts like that and place it in the array vtx[319] vtx[320] vtx[321] not vtx[319:321];
Thanks this will help me a lot