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

full_global_illumination.py « integrator « cycles « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69fa6e735bd33371f75123edcb8cc4f6ab0823a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import bpy
cycles = bpy.context.scene.cycles

cycles.max_bounces = 128
cycles.min_bounces = 3
cycles.caustics_reflective = True
cycles.caustics_refractive = True
cycles.diffuse_bounces = 128
cycles.glossy_bounces = 128
cycles.transmission_bounces = 128
cycles.volume_bounces = 128
cycles.transparent_min_bounces = 8
cycles.transparent_max_bounces = 128