2011-09-01 15:53:36 +00:00
|
|
|
import bpy
|
|
|
|
cycles = bpy.context.scene.cycles
|
|
|
|
|
2011-10-16 17:06:01 +00:00
|
|
|
cycles.max_bounces = 128
|
2011-09-01 15:53:36 +00:00
|
|
|
cycles.min_bounces = 3
|
|
|
|
cycles.no_caustics = False
|
2011-10-16 17:06:01 +00:00
|
|
|
cycles.diffuse_bounces = 128
|
|
|
|
cycles.glossy_bounces = 128
|
|
|
|
cycles.transmission_bounces = 128
|
2011-09-01 15:53:36 +00:00
|
|
|
cycles.transparent_min_bounces = 8
|
2011-10-16 17:06:01 +00:00
|
|
|
cycles.transparent_max_bounces = 128
|