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:
authorPablo Dobarro <pablodp606@gmail.com>2020-08-10 19:07:16 +0300
committerPablo Dobarro <pablodp606@gmail.com>2020-08-12 18:43:14 +0300
commit2476b31c710a1d47c7c0857c4303f6955e6374fc (patch)
tree4ee12b70c1c091115fba49aec55f15501c769ce2 /source/blender/editors/sculpt_paint/sculpt_filter_mesh.c
parent1813a994475614c8f49f2599feb71f76e3f82801 (diff)
Fix Sculpt Filters operator naming
Reviewed By: sergey Differential Revision: https://developer.blender.org/D8523
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_filter_mesh.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_filter_mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c b/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c
index ebf511c7fd3..5b6b20fb15b 100644
--- a/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c
+++ b/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c
@@ -628,7 +628,7 @@ static int sculpt_mesh_filter_invoke(bContext *C, wmOperator *op, const wmEvent
void SCULPT_OT_mesh_filter(struct wmOperatorType *ot)
{
/* Identifiers. */
- ot->name = "Filter mesh";
+ ot->name = "Filter Mesh";
ot->idname = "SCULPT_OT_mesh_filter";
ot->description = "Applies a filter to modify the current mesh";