Fix: Outdated tooltip on Principled BSDF

Ever since Blender 4.0 when the Principled BSDF was updated to
generally match the OpenPBR standard, it hadn't supported negative
specular ansiostropy.

Update the Principled BSDF tooltip to match this change.

Pull Request: https://projects.blender.org/blender/blender/pulls/126644
This commit is contained in:
Alaska
2024-08-22 13:00:24 +02:00
committed by Weizhen Huang
parent 69d50b2f4d
commit 16bf67cf37

View File

@@ -166,8 +166,7 @@ static void node_declare(NodeDeclarationBuilder &b)
.subtype(PROP_FACTOR)
.description(
"Amount of anisotropy for specular reflection. "
"Higher values give elongated highlights along the tangent direction; "
"negative values give highlights shaped perpendicular to the tangent direction");
"Higher values give elongated highlights along the tangent direction");
#define SOCK_ANISOTROPIC_ID 15
spec.add_input<decl::Float>("Anisotropic Rotation")
.default_value(0.0f)