4

I've created a mesh and I want to create a ribbed side on it. I want it to look like this (colored side): Result The only way I've found is to select every odd/even vertex, drag them down and merge them. But it's too long to select odd vertexes, so is there another way to create that "triangular faces" (sorry, I don't know how to call it right)?

Сергей
  • 922
  • 6
  • 14

1 Answers1

7

An easy way to get around the tedious "select every other vertex" is to use Checker deselect.

enter image description here

You find it in the select menu. You can even select 2, then skip 1 or select 1 and skip 3 etc.

enter image description here After you have the selection, move the vertices and merge them or whatever.

enter image description here

Gunslinger
  • 6,392
  • 2
  • 28
  • 40