How-to
Blender Materials and Shading (beginner guide)
Give the mesh a surface appearance using the Principled BSDF shader and the Shader Editor. — step-by-step on Mac.
Give the mesh a surface appearance using the Principled BSDF shader and the Shader Editor. Here’s how to do it in Blender on macOS, step by step — part of the free Blender beginner curriculum.
Lesson 6 of the Blender curriculum. Next up: Lighting and Rendering.
What you’ll do
- Switch the viewport to Material Preview mode (Z pie) to see materials in real time under an HDRI lighting environment
- Open the Material Properties tab: the sphere/checker icon in the Properties Editor
- Create a new material with the “New” button; rename it by clicking the name field
- Understand the default node setup: Principled BSDF node → Material Output node
- Set Base Color by clicking the color swatch on the Principled BSDF node
- Adjust Roughness (0.0 = mirror-sharp reflections, 1.0 = fully matte)
- Adjust Metallic (0.0 = non-metal/dielectric, 1.0 = metallic) — combined with Roughness and Base Color this creates plastic, brushed metal, polished metal
- Know the Blender 4.0+ renamed inputs: Subsurface Weight (not “Subsurface”), Transmission Weight (not “Transmission”), Coat (not “Clearcoat”), Specular IOR Level (not “Specular”)
- Open the Shading workspace (top workspace tab) to see the full Shader Editor node graph
- Add an Image Texture node (Shift+A > Texture > Image Texture in the Shader Editor) and connect it to Base Color to apply a texture map
- Assign multiple materials to different faces: enter Edit Mode, select the faces, then click Assign in the Material Properties tab
- Apply Shade Smooth by right-clicking the object in Object Mode — or use Shade Auto Smooth for mixed hard/smooth based on angle threshold
Do it hands-free with Skilly
Reading steps is one thing; doing them while the menus are in front of you is another. Skilly is a voice-first tutor for macOS: you ask out loud — “where’s the materials panel?” — and it answers while moving your cursor to the exact button, watching your actual Blender window. It’s the same Blender curriculum these lessons come from, taught live instead of read. Free to start.
Keep going
This is one stage of the full Blender beginner curriculum. Continue with Lighting and Rendering.
FAQ
Frequently asked questions
What's the fastest way to learn materials and shading in Blender?
Do I need the paid version of Blender?
Keep learning
Related guides
Blender Lighting and Rendering (beginner guide)
Set up a scene with proper lighting and produce a final rendered image. — step-by-step on Mac.
How-toBlender Modifiers (beginner guide)
Apply non-destructive operations that reshape the mesh without permanently changing the underlying geometry. — step-by-step on Mac.
How-toBlender Core Mesh Editing Tools (beginner guide)
Build real 3D shapes using the five essential mesh editing operations. — step-by-step on Mac.
How-toBlender Edit Mode and Mesh Geometry
Cross the critical threshold from moving objects to editing their geometry. — step-by-step on Mac.