Cycles: Fix Principled BSDF tooltip for MultiGGX #108589

Merged
Brecht Van Lommel merged 1 commits from Alaska/blender:fix_mggx_tooltip into main 2023-06-07 13:46:19 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -4835,8 +4835,8 @@ static const EnumPropertyItem node_principled_distribution_items[] = {
"MULTI_GGX",
0,
"Multiscatter GGX",
"Slower than GGX but gives a more energy conserving results, which would otherwise be "
"visible as excessive darkening"},
"GGX with additional correction to account for multiple scattering, preserve energy and "
"prevent unexpected darkening at high roughness"},
{0, NULL, 0, NULL, NULL},
};