UI: remove unnecessary Shadow from Shadow Samples label in Eevee volumetrics

Differential Revision: https://developer.blender.org/D7161
This commit is contained in:
Adrian Newton
2020-03-19 20:32:18 +01:00
committed by Brecht Van Lommel
parent c8b611b67f
commit 83f171b626

View File

@@ -294,7 +294,7 @@ class RENDER_PT_eevee_volumetric_shadows(RenderButtonsPanel, Panel):
props = scene.eevee
layout.active = props.use_volumetric_shadows
layout.prop(props, "volumetric_shadow_samples", text="Shadow Samples")
layout.prop(props, "volumetric_shadow_samples", text="Samples")
class RENDER_PT_eevee_subsurface_scattering(RenderButtonsPanel, Panel):