vertList1 is the y values of pSphere1 faces vertList2 is the x values of pSphere1 faces
ok im trying to match up faces which have the same vertices, so say from a sphere pSphere1[0], y1, y2 and pSphere1[20], x1, x2 are the same verts then using the dot product of pSphere1[0] and pSphere1[20] ill be finding the difference pSphere1[0] - pSphere1[20] hope this helps -- http://groups.google.com/group/python_inside_maya
