EEVEE-Next: UI: Move fast GI to the bottom of raytracing panel

This avoid to mistakely think that the denoising is applied
to the Fast GI. Fast GI has its own internal denoising.
This commit is contained in:
Clément Foucault 2024-05-28 17:18:17 +02:00
parent 025df21a0f
commit 53797a2ed3

@ -1358,8 +1358,8 @@ classes = (
RENDER_PT_eevee_next_raytracing_presets,
RENDER_PT_eevee_next_raytracing,
RENDER_PT_eevee_next_screen_trace,
RENDER_PT_eevee_next_gi_approximation,
RENDER_PT_eevee_next_denoise,
RENDER_PT_eevee_next_gi_approximation,
RENDER_PT_eevee_motion_blur,
RENDER_PT_eevee_volumetric,
RENDER_PT_eevee_volumetric_lighting,