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

apple.py « sss « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b2ee19ca125bd976a543b1b2a58bd9df35f8438f (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 = 11.605, 3.884, 1.754
material.subsurface_scattering.color = 0.430, 0.210, 0.168