Skip to content

3D Design & Animation · Guide

How to use Blender: a beginner's roadmap

The order that works: navigation, then modeling, then materials, then lighting, then rendering. Plus the shortcut list that turns Blender from awkward to fast.

The Nextversity team3D Design & Animation schoolUpdated August 10, 20266 min read

On this page
  1. The short answer
  2. Stage 1: navigation and shortcuts
  3. Stage 2: modeling
  4. Stage 3: materials
  5. Stage 4: lighting
  6. Stage 5: rendering
  7. Your first project
  8. What to learn next

The short answer

Learn Blender in this order, and it stops being overwhelming:

  1. Navigation and shortcuts (1 to 2 hours)
  2. Modeling in edit mode (10 to 15 hours)
  3. Materials and shading (5 to 8 hours)
  4. Lighting (3 to 5 hours)
  5. Rendering and output (2 to 3 hours)
  6. Then choose a direction: animation, sculpting, environments or effects

The people who bounce off Blender almost always started with something from step six.

Stage 1: navigation and shortcuts

Blender is keyboard-driven, and fighting that is what makes it feel awkward.

The essentials:

  • Middle mouse: orbit. Shift+middle: pan. Scroll: zoom.
  • Numpad 1, 3, 7: front, side, top views. Numpad 0: camera view.
  • G, R, S: grab (move), rotate, scale. Then type a number for precision, or press X, Y or Z to constrain to an axis.
  • Tab: switch between object mode and edit mode.
  • Shift+A: add an object.
  • X: delete.

G, then Z, then 2, then Enter moves an object two units up. That combination is most of Blender.

Get a three-button mouse. There is a preference to emulate the middle button and it is worse.

Stage 2: modeling

In edit mode you work with vertices, edges and faces (keys 1, 2, 3).

The tools that do most of the work:

  • Extrude (E): pull a face out into new geometry.
  • Inset (I): create a smaller face inside a face.
  • Loop cut (Ctrl+R): add an edge loop around a shape.
  • Bevel (Ctrl+B): round an edge. Real objects have no perfectly sharp edges, and this single tool makes renders look more real.
  • Subdivision Surface modifier: smooths a low-detail model. Combined with sensible loop cuts, this is how most hard-surface work is done.

Topology matters: keep faces four-sided where you can, keep edge flow sensible, and avoid long thin triangles. It matters most for anything that will deform or be smoothed.

Stage 3: materials

Move to the Shading workspace. Everything runs through the Principled BSDF shader, which has a few sliders that do almost everything:

  • Base Color
  • Roughness, which is the most important one. Low is shiny, high is matte.
  • Metallic, which should be all the way on or all the way off, rarely between.
  • Normal, for surface detail from a texture

Most beginner renders look fake because everything has the same roughness. Vary it and things immediately look more real. There is a guide to texturing and PBR that goes further.

Stage 4: lighting

The stage that most improves a render and gets the least attention.

Start with a HDRI environment image, which lights a scene realistically in one step. Then add a key light for direction and shape.

Three habits:

  • Use fewer, larger lights. Big soft sources look better than many small ones.
  • Light from the side, not from the camera. Front lighting flattens everything.
  • Look at the shadows. They do as much work as the light.

Stage 5: rendering

EEVEE is the real-time renderer: fast, good enough for a lot of work. Cycles is physically accurate and slower.

Learn EEVEE first. Render times of thirty seconds keep you iterating; render times of forty minutes stop you learning.

Output settings: resolution, samples, file format. Render to PNG for stills and an image sequence for animation, never straight to a video file, so a crash does not cost you the whole render.

The hardest part of learning Blender is not the donut. It is opening Blender the second time.

Your first project

One object, well lit, well rendered. Something on a table: a mug, a chess piece, a camera.

That teaches modeling, materials, lighting and rendering in one small piece. Then do a second one. Two finished small renders teach more than half an ambitious scene.

The official Blender manual is the reference when you get stuck, and Blender Studio has production files worth studying later.

What to learn next

Pick one:

One subscription opens all of them in the 3D Design & Animation school.

Navigation, modeling, materials, lighting, render. Then one small finished thing.

Questions people ask

What should I learn first in Blender?

Navigation and the shortcut keys, then basic modeling with edit mode, then materials, lighting and rendering. Trying to learn simulation or rigging first is why people bounce off.

How long does it take to learn Blender?

A few weeks to make simple finished renders, and months to be comfortable. It is a large program and the first plateau arrives faster than people expect.

Is Blender hard to learn?

It has a lot of surface area and its own way of doing things. The concepts are the hard part rather than the buttons, and modern versions are far more conventional than the reputation suggests.

Do I need a three-button mouse?

Strongly recommended. Blender leans on the middle mouse button for navigation. There is a preference to emulate it, and it is more awkward.

What is the donut tutorial?

A well-known free beginner series that teaches the whole pipeline through one project. It is popular because it works, and the hard part is opening Blender again the next day.

Keep reading