[Bf-blender-cvs] [7ad5f387255] soc-2019-npr: LANPR: UI refactor: taper distance label.

YimingWu noreply at git.blender.org
Thu Aug 8 11:12:29 CEST 2019


Commit: 7ad5f387255b3f015a10e2dd5cb3be3d2920a9f6
Author: YimingWu
Date:   Thu Aug 8 17:11:54 2019 +0800
Branches: soc-2019-npr
https://developer.blender.org/rB7ad5f387255b3f015a10e2dd5cb3be3d2920a9f6

LANPR: UI refactor: taper distance label.

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

M	release/scripts/startup/bl_ui/properties_render.py

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

diff --git a/release/scripts/startup/bl_ui/properties_render.py b/release/scripts/startup/bl_ui/properties_render.py
index 43becb61d05..b3ac16e08d5 100644
--- a/release/scripts/startup/bl_ui/properties_render.py
+++ b/release/scripts/startup/bl_ui/properties_render.py
@@ -1095,10 +1095,10 @@ class RENDER_PT_lanpr_software_chain_styles(RenderButtonsPanel, Panel):
             if lanpr.use_same_taper == "DISABLED":
                 col = layout.column(align = True)
                 col.prop(lanpr,"taper_left_distance")
-                col.prop(lanpr,"taper_left_strength")
+                col.prop(lanpr,"taper_left_strength", text="Strength")
                 col = layout.column(align = True)
                 col.prop(lanpr,"taper_right_distance")
-                col.prop(lanpr,"taper_right_strength")
+                col.prop(lanpr,"taper_right_strength", text="Strength")
             else:
                 col = layout.column(align = True)
                 col.prop(lanpr,"taper_left_distance", text="Distance")



More information about the Bf-blender-cvs mailing list