Principled BSDF
Universal PBR shader for creating realistic materials by adjusting intuitive parameters.
Materials
No shortcutIntermediate12 min readQuick Reference
Principled BSDF
BlenderKeyboard Shortcut
N/A
Toolbar Location
Blender 3D Viewport toolbar
Best Used For
- ▸Refer to the tutorial content for specific use cases
- ▸Practice with sample projects to build experience
- ▸Combine with other tools for advanced workflows
Intermediate⏱ 30–60 minutes to master
Key Settings
Base Color:Roughness:Metallic:Normal:
The Principled BSDF is Blender's universal physically-based shader. It combines multiple shading models into a single node, making it easy to create realistic materials.
Where to Find It
In the Shader Editor, press Shift+A > Shader > Principled BSDF. It is the default shader for new materials.
How to Use
- Base Color: Sets the surface color. Connect an Image Texture for realism.
- Roughness: Controls how rough (1) or smooth (0) the surface appears.
- Metallic: Set to 1 for metals, 0 for non-metals.
- Normal: Connect a Normal Map texture for surface detail without geometry.
Pro Tips
- For realistic materials, use roughness values between 0.2 and 0.8 for most surfaces.
- Connect procedural textures like Noise Texture to the Roughness input for surface variation.