Welcome to mirror list, hosted at ThFree Co, Russian Federation.

chicken.py « sss « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9acc2f3e25f99f8bc2967f66cd1438af32b3075c (plain)
1
2
3
4
5
import bpy
material = (bpy.context.material.active_node_material if bpy.context.material.active_node_material else bpy.context.material)

material.subsurface_scattering.radius = 9.436, 3.348, 1.790
material.subsurface_scattering.color = 0.439, 0.216, 0.141