Fix #105040: Adjust Real Snow addon to Principled BSDF changes #105042

Merged
Jesse Yurkovich merged 2 commits from deadpin/blender-addons:fix105040-snow into main 2023-12-04 17:49:48 +01:00
Showing only changes of commit 7c9cecedca - Show all commits

View File

@ -273,7 +273,7 @@ def add_material(obj: bpy.types.Object):
coord.location = (-1900, 0)
# Change node parameters
principled.distribution = "MULTI_GGX"
principled.subsurface_method = "RANDOM_WALK"
principled.subsurface_method = "RANDOM_WALK_SKIN"
principled.inputs[0].default_value[0] = 0.904 # Base color
principled.inputs[0].default_value[1] = 0.904
principled.inputs[0].default_value[2] = 0.904