How do i redo this model with better topology? (beginner!)

Hi everyone.

My very first Blender project is modeling a synthesizer rotary knob.
It’s going OK-ish so far but, as you can see, the resulting mesh isn’t optimal for further editing.

The top side consists of a partial sphere (applied using a Boolean Modifier and then converted to mesh) in which i then extruded a flat circular face inward.
I did it this way because the top round part really has to be spherical all around the knob.
The result is that properly bevelling the top outer edge has become impossible.

I have to redo everything anyway, so if anyone has any tips about how to redo the top side properly i will be most grateful.

Greetings!
Peter

You can try this:

  1. Say this is your setup for the sphere intersection
    image

  2. do not apply a boolean modifier, but select the top vertices of the cylindrical object, press f to create a face, and inset a couple of times (make sure to have no overlapping geometry)
    image

  3. select only the innermost edge loop, and use LoopTools’ circle function (add-on included with blender), set the radius as deisred:

  4. select the loops in between and use g-g to slide them to a more relaxed geometry

  5. select all the top vertices and press ctrl-g to add them to a new vertex group

  6. Add a shrinkrwap modifier with
    a) the sphere as target,
    b) set tp project in z direction, positive and negative, and
    c) restricted to the vertex group just created

You can also add new edge loops now if you want a higher resolution (those will automatically be added to the vertex group):

With some more edge-loops, extrusion and bevel modifier:

The same mesh with subdivision modifier:

2 Likes

Success!!! Thank you so much!!

I had to solve some problems with the cylinder mesh (came down to Merge By Distance) and apply scale/rotation before i could start focusing on this, but it looks really really great now. I’m learning as i go, so solving problems isn’t necessarily a bad thing.

Thanks again!

Greets,
Peter

1 Like