Merge branch 'blender-v3.1-release'

This commit is contained in:
Brecht Van Lommel 2022-03-07 15:19:05 +01:00
commit 5b2d9c0cbe
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ static void node_declare(NodeDeclarationBuilder &b)
.max(1.0f)
.subtype(PROP_FACTOR);
b.add_input<decl::Float>(N_("Specular Tint"))
.default_value(0.5f)
.default_value(0.0f)
.min(0.0f)
.max(1.0f)
.subtype(PROP_FACTOR);