From 2771dfd5632ad6d982ee4bf3e87decdb197ebed7 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Wed, 13 Jan 2021 15:08:09 +0100 Subject: UI: Revert design changes to data-block selector for the 2.92 release Partially reverts 2250b5cefee7. Removing the user count and fake user count icons was controversial (which was expected) and there are a few further changes needed, that won't make it in time for the release, see D9946. While there is a design to bring back the user count and fake user indicators, a new design idea was proposed that the UI team wants to follow. This came too late for the 2.92 release, the new design is targeted at the 2.93 release now. Meanwhile, UI team decision was to simply revert the design changes. The new design is being worked on in https://developer.blender.org/T84669. Note that this commit does not revert some internal changes done in 2250b5cefee7. Namely the introduction of `ed_util_ops.c` and data-block operators in there. These will still be needed in the new design. --- source/blender/editors/interface/interface_ops.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/interface/interface_ops.c') diff --git a/source/blender/editors/interface/interface_ops.c b/source/blender/editors/interface/interface_ops.c index 2995cff8ed5..e5aa0665a16 100644 --- a/source/blender/editors/interface/interface_ops.c +++ b/source/blender/editors/interface/interface_ops.c @@ -1521,7 +1521,6 @@ static int edittranslation_exec(bContext *C, wmOperator *op) UI_but_string_info_get(C, but, - NULL, &but_label, &rna_label, &enum_label, -- cgit v1.2.3