6 lines
259 B
Python
6 lines
259 B
Python
import bpy
|
|
material = (bpy.context.material.active_node_material if bpy.context.material.active_node_material else bpy.context.material)
|
|
|
|
material.subsurface_scattering.radius = 18.424, 10.443, 3.502
|
|
material.subsurface_scattering.color = 0.889, 0.888, 0.796
|