To be more specific, I want to select every other vertex in each row, but have them offset by one in every other row, to form this patter:
x x x x x x
x x x x x
x x x x x x
x x x x x
etc. It works with a grid such as a plane that’s been subdivided, just by using checker deselect, but not for a UV sphere.
Of course I can do this manually, but with a lot of vertices it takes a while.