c66a694056
This replaces the Sheen model used in the Principled BSDF with the model from #108869 that is already used in the Sheen BSDF now. The three notable differences are: - At full intensity (Sheen = 1.0), the new model is significantly stronger than the old one. For existing files, the intensity is adjusted to keep the overall look similar. - The Sheen Tint input is now a color input, instead of the previous blend factor between white and the base color. - There is now a Sheen roughness control, which can be used to tweak the look between velvet-like and dust-like. Pull Request: https://projects.blender.org/blender/blender/pulls/109949