|

Create a 3D Coffee Cup Model in Blender

Alright, let’s get this coffee cup modeled. Blender can seem like a beast, but we’ll break it down. Think of it like dialing in a new brew method – start simple, pay attention to the details, and you’ll get there.

Quick answer

  • Start with a cylinder for the main body.
  • Extrude the top face to create the rim.
  • Inset and extrude the top face again to form the inside of the cup.
  • Add a cylinder for the handle, shape it, and join it to the cup.
  • Use subdivision surface modifier for smooth curves.
  • Add a solidify modifier to give the cup thickness.
  • Apply basic materials for a realistic look.

Who this is for

  • Hobbyists curious about 3D modeling.
  • Blender beginners looking for a practical project.
  • Anyone wanting to visualize their dream coffee mug.

What to check first

Your Blender Version

Make sure you’re using a recent version of Blender. The interface and tools get updated. Older versions might have slightly different workflows, but the core concepts are the same. It’s like using an old grinder – it works, but a new one makes life easier.

Your Goal

Are you aiming for a hyper-realistic render, or just a clean, simple model? This will guide how much detail you add. For a basic cup, we won’t go crazy with textures, but for a portfolio piece, you might want to.

Basic Navigation and Tools

Before we start, get comfortable with moving around in the 3D viewport (orbiting, panning, zooming) and selecting objects. Knowing how to extrude, scale, and move vertices, edges, and faces is key.

Step-by-step (brew workflow)

1. Start with a Cylinder

Add a new mesh cylinder. Go to Add > Mesh > Cylinder. In the operator panel (usually bottom left, appears right after adding), you can adjust the number of vertices. More vertices mean a smoother curve, but also more geometry. For a standard cup, 32 or 64 vertices is a good starting point.

  • What “good” looks like: You have a basic cylinder in your scene.
  • Common mistake: Not adjusting the vertices before doing anything else. If you click away, that panel disappears.

2. Scale the Cylinder

Enter Edit Mode (Tab key). Select the top face. Scale it down slightly to give the cup a bit of a taper, or keep it even. Press ‘S’ to scale. You can constrain scaling to an axis by pressing ‘X’, ‘Y’, or ‘Z’ after ‘S’.

  • What “good” looks like: The cylinder is scaled to your desired base diameter.
  • Common mistake: Scaling the whole object instead of just the face. Make sure you’re in face select mode and only the top face is highlighted.

3. Extrude the Rim

With the top face still selected, extrude it upwards. Press ‘E’ to extrude, then ‘Z’ to constrain it to the Z-axis. Pull it up to the desired height of your cup. This forms the outer wall.

  • What “good” looks like: You have a hollow cylinder with a defined height.
  • Common mistake: Extruding too far, making the cup too tall and thin. Keep an eye on the proportions.

4. Create the Inner Cavity

Now, we need to make the inside of the cup. With the top face still selected, press ‘I’ to inset. This creates a new face inside the existing one. Drag your mouse to set the thickness of the cup wall. Then, press ‘E’ to extrude downwards, again constraining to the ‘Z’ axis. Extrude it down into the cylinder, but not all the way to the bottom.

  • What “good” looks like: You’ve created a hollow space inside the cylinder, defining the cup’s volume.
  • Common mistake: Extruding the inner face all the way through the bottom, creating a hole where there shouldn’t be one.

5. Add a Handle

Exit Edit Mode (Tab). Add another cylinder: Add > Mesh > Cylinder. This will be your handle. Scale it down significantly. Rotate it and position it so it’s next to the cup where a handle would normally be.

  • What “good” looks like: A small cylinder is positioned near the cup’s body.
  • Common mistake: Adding the handle before completing the main cup shape. It’s easier to add it when the cup is mostly done.

6. Shape the Handle

Enter Edit Mode for the handle cylinder. You’ll likely want to remove some faces to make it look more like a handle. Select faces you don’t need (e.g., the back where it connects to the cup) and delete them (press ‘X’ and choose ‘Faces’). You can also scale and move vertices or edges to curve the handle.

  • What “good” looks like: The handle has a basic curved shape.
  • Common mistake: Trying to make a perfect handle shape immediately. It’s often a process of iteration and adjustment.

7. Join the Handle to the Cup

Exit Edit Mode. Select both the cup and the handle (hold Shift while clicking). Press ‘Ctrl+J’ to join them into a single object.

  • What “good” looks like: The cup and handle are now one object in the Outliner.
  • Common mistake: Forgetting to select both objects before joining.

8. Smooth the Model

With the joined object selected, go to the Modifiers tab (wrench icon). Add a ‘Subdivision Surface’ modifier. This will smooth out the sharp edges. You can increase the ‘Levels Viewport’ to see a smoother result. You might need to adjust your mesh slightly in Edit Mode to get the curves you want.

  • What “good” looks like: The sharp edges of the cylinder are now rounded and smooth.
  • Common mistake: Adding too many subdivision levels too early. This can make your model laggy.

9. Add Thickness (Solidify)

Add another modifier: ‘Solidify’. This gives your cup actual thickness, which is crucial for realism. Adjust the ‘Thickness’ value. You can set it to be negative to extrude inwards, or positive to extrude outwards. For a cup, you usually want it to extrude inwards slightly.

  • What “good” looks like: The cup now has a visible thickness, not just a thin shell.
  • Common mistake: Not using the solidify modifier at all, leaving the cup with zero thickness.

10. Apply Materials

Go to the Material Properties tab (red sphere icon). Click ‘New’ to add a material. You can change the ‘Base Color’ to your desired cup color. For a simple ceramic look, you don’t need much more. For glass, you’d adjust ‘Transmission’ and ‘Roughness’.

  • What “good” looks like: Your cup has a color and appears solid.
  • Common mistake: Expecting complex textures without adding them. Basic color is a good start.

Common mistakes (and what happens if you ignore them)

Mistake What it causes Fix
Not using the Subdivision Surface Jagged, blocky appearance. Add a Subdivision Surface modifier.
Extruding faces incorrectly Holes, non-manifold geometry, weird shapes. Ensure you’re in the correct mode (vertex, edge, face) and only extruding selected elements.
Not joining the handle Handle is a separate object, won’t move together. Select both objects, press `Ctrl+J`.
Forgetting the Solidify modifier Cup has no thickness, looks paper-thin. Add a Solidify modifier and adjust the thickness value.
Messing up the inner extrusion Hole in the bottom, or inner wall is too thin. Carefully extrude inwards and downwards, checking that it doesn’t cut through the base.
Scaling the entire object in Edit Mode Distorts proportions and thickness. Scale faces, edges, or vertices independently. Use `Alt+S` for scale along normals if needed.
Overlapping geometry Rendering artifacts, shading issues. In Edit Mode, select all (`A`) and press `M` > `By Distance` to merge overlapping vertices.
Incorrectly applied modifiers Unexpected results, difficult to edit later. Apply modifiers in the correct order and understand their function. Don’t apply them until you’re sure.

Decision rules (simple if/then)

  • If you see sharp edges after adding the Subdivision Surface modifier, then adjust the underlying mesh by adding supporting edge loops or moving vertices.
  • If the handle doesn’t look right, then go back to Edit Mode for the handle object and reshape its vertices and edges.
  • If your cup looks too thin, then increase the ‘Thickness’ value in the Solidify modifier.
  • If you want a thicker rim, then select the top few edge loops in Edit Mode and scale them up slightly before adding the Subdivision Surface modifier.
  • If the inside of the cup is not smooth, then ensure the extrusion for the inner cavity didn’t create internal faces that are too close together.
  • If the model is too dense and slow to work with, then temporarily disable the Subdivision Surface modifier or reduce its viewport levels.
  • If you want a different shape for the cup’s base, then go into Edit Mode and manipulate the vertices on the bottom face.
  • If the handle is floating, then make sure its vertices are properly connected or merged with the cup’s body after joining.
  • If the material color isn’t showing up, then ensure you are in Material Preview or Rendered view mode in the 3D viewport.
  • If you want a thicker handle, then scale the handle object in Edit Mode or add a Solidify modifier to it before joining.

FAQ

How do I make the cup taller?

You can scale the object along the Z-axis in Object Mode, or in Edit Mode, select the top faces and extrude them upwards again.

My handle looks weird. What’s wrong?

It’s likely a geometry issue. Go into Edit Mode for the handle, select all (`A`), and try merging vertices by distance (`M` > `By Distance`). You might also need to manually adjust vertices.

How do I add a pattern or logo to the cup?

This involves UV unwrapping and texture painting, which is a more advanced topic. For now, focus on getting the shape right.

Can I make the cup have a thicker base?

Yes. In Edit Mode, select the bottom face and scale it up slightly before you extrude the sides. Or, after the solidify modifier, you can select the bottom faces and scale them.

How do I make the cup look like it’s made of glass?

You’ll need to adjust the material. Increase the ‘Transmission’ value and lower the ‘Roughness’ in the Principled BSDF shader. You’ll also want to be in Rendered view mode to see the effect.

What if I accidentally delete something important?

Blender has an undo function (`Ctrl+Z`). If you’ve done too much, you can also revert to a saved version of your file. Always save often!

How do I make the cup have a lip?

You can achieve this by extruding the top rim edge loop outwards slightly in Edit Mode before adding the Subdivision Surface modifier.

Can I make a mug with a different handle shape?

Absolutely. You can model the handle from a torus, a curve, or even sculpt it. The process of joining it to the cup remains the same.

What this page does NOT cover (and where to go next)

  • Advanced texturing and material setups (e.g., realistic ceramic glazes, dirt, wear and tear).
  • UV unwrapping for detailed texture application.
  • Lighting and rendering for photorealistic output.
  • Sculpting for more organic or detailed cup shapes.
  • Animation, like a cup filling with liquid.

Similar Posts