forked from bartvdbraak/blender
4 lines
197 B
Python
4 lines
197 B
Python
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
|