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: a03c6c8bd649e5341dcf24eaba02d057312a91a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
import bpy
cycles = bpy.context.scene.cycles

cycles.max_bounces = 128
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_max_bounces = 128