forked from bartvdbraak/blender
4 lines
198 B
Python
4 lines
198 B
Python
import bpy
|
|
bpy.context.active_object.active_material.subsurface_scattering.radius = 18.424, 10.443, 3.502
|
|
bpy.context.active_object.active_material.subsurface_scattering.color = 0.889, 0.888, 0.796
|