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

skin1.py « sss « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef28401963770b6f110d9e5213c04774525e3f2a (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 = 3.673, 1.367, 0.683
material.subsurface_scattering.color = 0.574, 0.313, 0.174