Challenge 3: How the Shader Editor's Principled BSDF Relates to Chapter 6's Property Fields — Solution Walkthrough The answer: Per this chapter's own material, Blender Fundamentals' own Base Color, Roughness, and Metallic fields are actually just the most commonly- used inputs on a single node — the Principled BSDF — viewed through a simplified properties panel. They aren't a separate, simpler system; they're the exact same underlying node, just accessed through a reduced interface. Why the Shader Editor exposes more than those simplified fields do: In the Shader Editor, that same Principled BSDF node appears directly, with its inputs shown as individual sockets that other nodes (like an Image Texture node) can connect into — something the simplified property-field view in Blender Fundamentals had no way to expose or support. Why this means nothing from Chapter 6 needs to be "unlearned": Since it's the same underlying node, the actual meaning of Base Color, Roughness, and Metallic stays identical between the two views — this chapter doesn't introduce a competing or different material system, it reveals a fuller version of the exact same one already covered. WHY THIS WORKS AS AN ANSWER ------------------------------ This exercise checks that the Shader Editor's own Principled BSDF node is correctly recognized as the same underlying node behind Blender Fundamentals' own simplified property fields, not a separate system.