Fix Cycles Integrator presets, not taking Volume bounces into account.
This commit is contained in:
@@ -7,5 +7,6 @@ cycles.no_caustics = True
|
||||
cycles.diffuse_bounces = 0
|
||||
cycles.glossy_bounces = 1
|
||||
cycles.transmission_bounces = 2
|
||||
cycles.volume_bounces = 0
|
||||
cycles.transparent_min_bounces = 8
|
||||
cycles.transparent_max_bounces = 8
|
||||
|
@@ -7,5 +7,6 @@ cycles.no_caustics = False
|
||||
cycles.diffuse_bounces = 128
|
||||
cycles.glossy_bounces = 128
|
||||
cycles.transmission_bounces = 128
|
||||
cycles.volume_bounces = 128
|
||||
cycles.transparent_min_bounces = 8
|
||||
cycles.transparent_max_bounces = 128
|
||||
|
@@ -7,5 +7,6 @@ cycles.no_caustics = True
|
||||
cycles.diffuse_bounces = 1
|
||||
cycles.glossy_bounces = 4
|
||||
cycles.transmission_bounces = 8
|
||||
cycles.volume_bounces = 2
|
||||
cycles.transparent_min_bounces = 8
|
||||
cycles.transparent_max_bounces = 8
|
||||
|
Reference in New Issue
Block a user