[Bf-blender-cvs] [0df33cc52d2] master: Cycles UI: Avoid abreviation for Hair Extension.

Thomas Dinges noreply at git.blender.org
Mon Mar 27 22:00:34 CEST 2017


Commit: 0df33cc52d20994492a24777b511786bb7f61c2c
Author: Thomas Dinges
Date:   Mon Mar 27 21:59:29 2017 +0200
Branches: master
https://developer.blender.org/rB0df33cc52d20994492a24777b511786bb7f61c2c

Cycles UI: Avoid abreviation for Hair Extension.

Since 2.5x we should try to avoid such abreviations in the UI, except for common terms like Min / Max as much as possible.

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

M	intern/cycles/blender/addon/ui.py

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

diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index ca4b3baf8a9..bb45e75536c 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -268,7 +268,7 @@ class CyclesRender_PT_geometry(CyclesButtonsPanel, Panel):
 
         row = col.row()
         row.prop(ccscene, "minimum_width", text="Min Pixels")
-        row.prop(ccscene, "maximum_width", text="Max Ext.")
+        row.prop(ccscene, "maximum_width", text="Max Extension")
 
 
 class CyclesRender_PT_light_paths(CyclesButtonsPanel, Panel):




More information about the Bf-blender-cvs mailing list