expre-gen/blender/3.4/scripts/presets/sss/chicken.py

6 lines
257 B
Python
Raw Permalink Normal View History

2025-10-17 09:47:23 +08:00
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