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

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

cycles.max_bounces = 12
cycles.caustics_reflective = True
cycles.caustics_refractive = True
cycles.diffuse_bounces = 4
cycles.glossy_bounces = 4
cycles.transmission_bounces = 12
cycles.volume_bounces = 0
cycles.transparent_max_bounces = 8
cycles.use_fast_gi = False
cycles.ao_bounces = 1
cycles.ao_bounces_render = 1