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

Differential Revision: https://developer.blender.org/D7888
This commit is contained in:
Johan Walles
2020-06-02 07:15:41 +02:00
committed by Brecht Van Lommel
parent 59e793d3bd
commit 9c410c77eb
4 changed files with 4 additions and 4 deletions

View File

@@ -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':