UI: rename Cycles point light Size to Radius, for consistency and clarity
Differential Revision: https://developer.blender.org/D7888
This commit is contained in:

committed by
Brecht Van Lommel

parent
59e793d3bd
commit
9c410c77eb
@@ -1388,7 +1388,7 @@ class CYCLES_LIGHT_PT_light(CyclesButtonsPanel, Panel):
|
|||||||
col.separator()
|
col.separator()
|
||||||
|
|
||||||
if light.type in {'POINT', 'SPOT'}:
|
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':
|
elif light.type == 'SUN':
|
||||||
col.prop(light, "angle")
|
col.prop(light, "angle")
|
||||||
elif light.type == 'AREA':
|
elif light.type == 'AREA':
|
||||||
|
Submodule release/datafiles/locale updated: 0fd21a7cc3...1cc27d5282
Submodule release/scripts/addons updated: 9a9832d5d7...5d33d1a1c2
Submodule source/tools updated: 8a36c2833d...5cf2fc3e5d
Reference in New Issue
Block a user