[Bf-blender-cvs] [9c410c77eb1] master: UI: rename Cycles point light Size to Radius, for consistency and clarity

Johan Walles noreply at git.blender.org
Tue Jun 2 08:09:29 CEST 2020


Commit: 9c410c77eb1d8006d4791f0c3e64382f3f28dfd1
Author: Johan Walles
Date:   Tue Jun 2 07:15:41 2020 +0200
Branches: master
https://developer.blender.org/rB9c410c77eb1d8006d4791f0c3e64382f3f28dfd1

UI: rename Cycles point light Size to Radius, for consistency and clarity

Differential Revision: https://developer.blender.org/D7888

===================================================================

M	intern/cycles/blender/addon/ui.py
M	release/datafiles/locale
M	release/scripts/addons
M	source/tools

===================================================================

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



More information about the Bf-blender-cvs mailing list