Hi guys, Say you have a Python list of x,y,z positions in space...
What would be the most efficient way to figure out what vertices the positions belong to? Is there a way to query for nearest vertices from a position vector in space? Or would you fetch all point coordinates and then loop until the xyz positions match within a threshold? -- Alan -- http://groups.google.com/group/python_inside_maya
