EEVEE-Next: Add back option to disable TAA (Viewport Denoising

This commit is contained in:
2022-07-21 16:05:51 +02:00
parent b0f9639733
commit d431b1416b
3 changed files with 13 additions and 0 deletions

View File

@@ -410,6 +410,9 @@ class RENDER_PT_eevee_next_sampling(RenderButtonsPanel, Panel):
col.prop(props, "taa_render_samples", text="Render")
col.prop(props, "taa_samples", text="Viewport")
col = layout.column()
col.prop(props, "use_taa_reprojection")
class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, Panel):
bl_label = "Indirect Lighting"