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 +- release/datafiles/locale | 2 +- release/scripts/addons | 2 +- source/tools | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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': diff --git a/release/datafiles/locale b/release/datafiles/locale index 0fd21a7cc38..1cc27d5282a 160000 --- a/release/datafiles/locale +++ b/release/datafiles/locale @@ -1 +1 @@ -Subproject commit 0fd21a7cc382066d184fda8153f925bb825af2c6 +Subproject commit 1cc27d5282aa4978ee36663aca857eb550df194b diff --git a/release/scripts/addons b/release/scripts/addons index 9a9832d5d7f..5d33d1a1c25 160000 --- a/release/scripts/addons +++ b/release/scripts/addons @@ -1 +1 @@ -Subproject commit 9a9832d5d7fe61a446516f2e2722f8356bd7e709 +Subproject commit 5d33d1a1c2531e64bda78d46b517571f2b1e98e7 diff --git a/source/tools b/source/tools index 8a36c2833db..5cf2fc3e5dc 160000 --- a/source/tools +++ b/source/tools @@ -1 +1 @@ -Subproject commit 8a36c2833db48ed78c436ee19534ce5cf3b2eeee +Subproject commit 5cf2fc3e5dc28025394b57d8743401295528f310 -- cgit v1.2.3