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 = 15.028, 4.664, 2.541
|
|
bpy.context.active_object.active_material.subsurface_scattering.color = 0.987, 0.943, 0.827
|