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

potato.py « sss « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 74807014bd3cb1fb14a2544ab2a3a3dd39f60185 (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 = 14.266, 7.228, 2.036
material.subsurface_scattering.color = 0.855, 0.740, 0.292