Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-03-22 15:58:20 +0300
committerHans Goudey <h.goudey@me.com>2021-03-22 15:58:20 +0300
commit1a7f9b5005ec1798cad9be15a4e75d389b2c9373 (patch)
treea4f5d3eb3dd7edb960760c13cfe282338033c06f /source/blender/editors
parentc4c195672ddd5ab4ce912a3568974135a960f782 (diff)
UI: Remove text for add and remove buttons in cryptomatte node
The text is unecessary and it's always cut off anyway.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/interface/interface_templates.c2
1 files changed, 1 insertions, 1 deletions
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,