[Bf-blender-cvs] [1a7f9b5005e] master: UI: Remove text for add and remove buttons in cryptomatte node

Hans Goudey noreply at git.blender.org
Mon Mar 22 13:58:25 CET 2021


Commit: 1a7f9b5005ec1798cad9be15a4e75d389b2c9373
Author: Hans Goudey
Date:   Mon Mar 22 08:58:20 2021 -0400
Branches: master
https://developer.blender.org/rB1a7f9b5005ec1798cad9be15a4e75d389b2c9373

UI: Remove text for add and remove buttons in cryptomatte node

The text is unecessary and it's always cut off anyway.

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

M	source/blender/editors/interface/interface_templates.c

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

diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index f3a545d5df5..2d1663a3ecd 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -5526,7 +5526,7 @@ void uiTemplateCryptoPicker(uiLayout *layout, PointerRNA *ptr, const char *propn
                                  "UI_OT_eyedropper_color",
                                  WM_OP_INVOKE_DEFAULT,
                                  icon,
-                                 RNA_property_ui_name(prop),
+                                 "",
                                  0,
                                  0,
                                  UI_UNIT_X,



More information about the Bf-blender-cvs mailing list