Add Chromium-only Blender WebEngine parity work
This commit is contained in:
14
blender-5.2.0/scripts/presets/cycles/integrator/Default.py
Normal file
14
blender-5.2.0/scripts/presets/cycles/integrator/Default.py
Normal file
@@ -0,0 +1,14 @@
|
||||
import bpy
|
||||
cycles = bpy.context.scene.cycles
|
||||
|
||||
cycles.max_bounces = 12
|
||||
cycles.caustics_reflective = True
|
||||
cycles.caustics_refractive = True
|
||||
cycles.diffuse_bounces = 4
|
||||
cycles.glossy_bounces = 4
|
||||
cycles.transmission_bounces = 12
|
||||
cycles.volume_bounces = 0
|
||||
cycles.transparent_max_bounces = 8
|
||||
cycles.use_fast_gi = False
|
||||
cycles.ao_bounces = 1
|
||||
cycles.ao_bounces_render = 1
|
||||
@@ -0,0 +1,14 @@
|
||||
import bpy
|
||||
cycles = bpy.context.scene.cycles
|
||||
|
||||
cycles.max_bounces = 8
|
||||
cycles.caustics_reflective = False
|
||||
cycles.caustics_refractive = False
|
||||
cycles.diffuse_bounces = 0
|
||||
cycles.glossy_bounces = 1
|
||||
cycles.transmission_bounces = 2
|
||||
cycles.volume_bounces = 0
|
||||
cycles.transparent_max_bounces = 8
|
||||
cycles.use_fast_gi = False
|
||||
cycles.ao_bounces = 1
|
||||
cycles.ao_bounces_render = 1
|
||||
@@ -0,0 +1,14 @@
|
||||
import bpy
|
||||
cycles = bpy.context.scene.cycles
|
||||
|
||||
cycles.max_bounces = 8
|
||||
cycles.caustics_reflective = False
|
||||
cycles.caustics_refractive = False
|
||||
cycles.diffuse_bounces = 1
|
||||
cycles.glossy_bounces = 4
|
||||
cycles.transmission_bounces = 8
|
||||
cycles.volume_bounces = 2
|
||||
cycles.transparent_max_bounces = 8
|
||||
cycles.use_fast_gi = True
|
||||
cycles.ao_bounces = 2
|
||||
cycles.ao_bounces_render = 2
|
||||
@@ -0,0 +1,14 @@
|
||||
import bpy
|
||||
cycles = bpy.context.scene.cycles
|
||||
|
||||
cycles.max_bounces = 32
|
||||
cycles.caustics_reflective = True
|
||||
cycles.caustics_refractive = True
|
||||
cycles.diffuse_bounces = 32
|
||||
cycles.glossy_bounces = 32
|
||||
cycles.transmission_bounces = 32
|
||||
cycles.volume_bounces = 32
|
||||
cycles.transparent_max_bounces = 32
|
||||
cycles.use_fast_gi = False
|
||||
cycles.ao_bounces = 1
|
||||
cycles.ao_bounces_render = 1
|
||||
@@ -0,0 +1,14 @@
|
||||
import bpy
|
||||
cycles = bpy.context.scene.cycles
|
||||
|
||||
cycles.max_bounces = 8
|
||||
cycles.caustics_reflective = False
|
||||
cycles.caustics_refractive = False
|
||||
cycles.diffuse_bounces = 1
|
||||
cycles.glossy_bounces = 4
|
||||
cycles.transmission_bounces = 8
|
||||
cycles.volume_bounces = 0
|
||||
cycles.transparent_max_bounces = 8
|
||||
cycles.use_fast_gi = False
|
||||
cycles.ao_bounces = 1
|
||||
cycles.ao_bounces_render = 1
|
||||
Reference in New Issue
Block a user