Fix Cycles integrator presets.

New presets couldn't be added.
This commit is contained in:
Thomas Dinges 2021-11-01 19:52:27 +01:00
parent b8c573c9cd
commit 1c0be7da4c
Notes: blender-bot 2023-02-14 01:52:41 +01:00
Referenced by issue #88449: Blender LTS: Maintenance Task 2.93
Referenced by issue #88449, Blender LTS: Maintenance Task 2.93
Referenced by issue #89199, Cycles Render Light Paths
1 changed files with 4 additions and 4 deletions

View File

@ -40,10 +40,10 @@ class AddPresetIntegrator(AddPresetBase, Operator):
"cycles.transparent_max_bounces",
"cycles.caustics_reflective",
"cycles.caustics_refractive",
"cycles.blur_glossy"
"cycles.use_fast_gi"
"cycles.ao_bounces"
"cycles.ao_bounces_render"
"cycles.blur_glossy",
"cycles.use_fast_gi",
"cycles.ao_bounces",
"cycles.ao_bounces_render",
]
preset_subdir = "cycles/integrator"