2011-08-29 17:55:14 +00:00
|
|
|
import bpy
|
|
|
|
|
cycles = bpy.context.scene.cycles
|
|
|
|
|
|
2011-09-01 15:53:36 +00:00
|
|
|
cycles.max_bounces = 8
|
|
|
|
|
cycles.min_bounces = 8
|
|
|
|
|
cycles.no_caustics = True
|
|
|
|
|
cycles.diffuse_bounces = 0
|
|
|
|
|
cycles.glossy_bounces = 1
|
|
|
|
|
cycles.transmission_bounces = 2
|
|
|
|
|
cycles.transparent_min_bounces = 8
|
|
|
|
|
cycles.transparent_max_bounces = 8
|