5

I am a beginner on blender. I followed the donut tutorial and then I'd like to make my own 3D object.

I am trying to make this :

enter image description here

I started by doing a cylinder and scaling 1/2 verteces in edit mode, so I have this :

enter image description here

I'd like to round corners but I don't know how to do it. I've tried to select each vertex and use Ctrl+Shit+B but it looks like this :

strong text

Any tips?

moonboots
  • 155,560
  • 7
  • 105
  • 171

1 Answers1

6

It looks like your beveling the vertices, not the edges, use CtrlB and in the Operator box make sure that the Edge option is selected.

To do the whole thing: Select the edge ring with AltCtrl Left click, then go into the Select panel > Checker Deselect, it will select one edge out of 2 by default:

enter image description here

Scale up the selection with SShiftZ:

enter image description here

Bevel these edges with CtrlB:

enter image description here

Bevel the top and bottom edges:

enter image description here

Scale the top, then back in Object mode, right click and Shade Smooth:

enter image description here

moonboots
  • 155,560
  • 7
  • 105
  • 171