I am trying to select all vertices on an object that have been merged after executing a polyMergeVertex mel command. The original idea was to keep track of what vertices existed before the merge and then compare them to the vertices after the merge.
This seems to be a tedious solution, as it would be difficult to figure out which vertices are the result of the merge. Is there a more efficient way to highlight merged vertices after running a polyMergeVertex command?