EEVEE-Next: Jittered Soft Shadows #119753

Closed
Miguel Pozo wants to merge 46 commits from pragma37/blender:pull-eevee-jittered-shoft-shadows into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ed57f8940d - Show all commits

View File

@ -728,7 +728,7 @@ class RENDER_PT_eevee_next_shadows(RenderButtonsPanel, Panel):
col.prop(props, "shadow_normal_bias", text="Normal Bias")
col = layout.column()
col.prop(props, "use_shadow_jittered_viewport", text="Jittered Transparency (Viewport)")
col.prop(props, "use_shadow_jittered_viewport", text="Jittered Shadows (Viewport)")
class RENDER_PT_eevee_sampling(RenderButtonsPanel, Panel):