potato.py 258 B

123456
  1. import bpy
  2. material = (bpy.context.material.active_node_material if bpy.context.material.active_node_material else bpy.context.material)
  3. material.subsurface_scattering.radius = 14.266, 7.228, 2.036
  4. material.subsurface_scattering.color = 0.855, 0.740, 0.292