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

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

cycles.max_bounces = 8
cycles.min_bounces = 3
cycles.no_caustics = True
cycles.diffuse_bounces = 1
cycles.glossy_bounces = 4
cycles.transmission_bounces = 8
cycles.transparent_min_bounces = 8
cycles.transparent_max_bounces = 8