From 9c410c77eb1d8006d4791f0c3e64382f3f28dfd1 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Tue, 2 Jun 2020 07:15:41 +0200 Subject: UI: rename Cycles point light Size to Radius, for consistency and clarity Differential Revision: https://developer.blender.org/D7888 --- intern/cycles/blender/addon/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py index 7a339e71197..78a44881743 100644 --- a/intern/cycles/blender/addon/ui.py +++ b/intern/cycles/blender/addon/ui.py @@ -1388,7 +1388,7 @@ class CYCLES_LIGHT_PT_light(CyclesButtonsPanel, Panel): col.separator() if light.type in {'POINT', 'SPOT'}: - col.prop(light, "shadow_soft_size", text="Size") + col.prop(light, "shadow_soft_size", text="Radius") elif light.type == 'SUN': col.prop(light, "angle") elif light.type == 'AREA': -- cgit v1.2.3