From 2476b31c710a1d47c7c0857c4303f6955e6374fc Mon Sep 17 00:00:00 2001 From: Pablo Dobarro Date: Mon, 10 Aug 2020 18:07:16 +0200 Subject: Fix Sculpt Filters operator naming Reviewed By: sergey Differential Revision: https://developer.blender.org/D8523 --- source/blender/editors/sculpt_paint/sculpt_filter_color.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint/sculpt_filter_color.c') diff --git a/source/blender/editors/sculpt_paint/sculpt_filter_color.c b/source/blender/editors/sculpt_paint/sculpt_filter_color.c index 912dfd808b0..8648b786008 100644 --- a/source/blender/editors/sculpt_paint/sculpt_filter_color.c +++ b/source/blender/editors/sculpt_paint/sculpt_filter_color.c @@ -305,7 +305,7 @@ static int sculpt_color_filter_invoke(bContext *C, wmOperator *op, const wmEvent void SCULPT_OT_color_filter(struct wmOperatorType *ot) { /* identifiers */ - ot->name = "Filter color"; + ot->name = "Filter Color"; ot->idname = "SCULPT_OT_color_filter"; ot->description = "Applies a filter to modify the current sculpt vertex colors"; -- cgit v1.2.3