Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/presets/sss/potato.py')
-rw-r--r--release/scripts/presets/sss/potato.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/presets/sss/potato.py b/release/scripts/presets/sss/potato.py
index 7a6c25db833..3610c16198f 100644
--- a/release/scripts/presets/sss/potato.py
+++ b/release/scripts/presets/sss/potato.py
@@ -1,3 +1,3 @@
import bpy
-bpy.context.active_object.active_material.subsurface_scattering.radius = 14.266, 7.228, 2.036
-bpy.context.active_object.active_material.subsurface_scattering.color = 0.855, 0.740, 0.292
+bpy.context.active_object.active_node_material.subsurface_scattering.radius = 14.266, 7.228, 2.036
+bpy.context.active_object.active_node_material.subsurface_scattering.color = 0.855, 0.740, 0.292