forked from bartvdbraak/blender
4 lines
196 B
Python
4 lines
196 B
Python
import bpy
|
|
bpy.context.active_object.active_material.subsurface_scattering.radius = 4.762, 0.575, 0.394
|
|
bpy.context.active_object.active_material.subsurface_scattering.color = 0.222, 0.008, 0.002
|