Cycles: Several fixes for Presets.

* Fix caustic properties, was not updated.
* Remove wrong items, leftovers from panel splitting.
* Add missing items. Even if the bundled presets do not set those, a user expects that all properties inside the panel are taken into account, when adding a new preset.
This commit is contained in:
Thomas Dinges
2014-09-07 04:03:23 +02:00
parent 1ff83d8a37
commit 50d6067f4e
4 changed files with 17 additions and 8 deletions

View File

@@ -3,7 +3,8 @@ cycles = bpy.context.scene.cycles
cycles.max_bounces = 8
cycles.min_bounces = 8
cycles.no_caustics = True
cycles.caustics_reflective = False
cycles.caustics_refractive = False
cycles.diffuse_bounces = 0
cycles.glossy_bounces = 1
cycles.transmission_bounces = 2