From 6075b0a4546248d1aa289b1309cc472d834c3f0a Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 31 Jan 2019 15:55:33 +0100 Subject: Fix wrong sculpt constant detail description. --- source/blender/makesrna/intern/rna_sculpt_paint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/makesrna/intern/rna_sculpt_paint.c b/source/blender/makesrna/intern/rna_sculpt_paint.c index b1603aa6532..5158bf03176 100644 --- a/source/blender/makesrna/intern/rna_sculpt_paint.c +++ b/source/blender/makesrna/intern/rna_sculpt_paint.c @@ -694,7 +694,7 @@ static void rna_def_sculpt(BlenderRNA *brna) {0, "RELATIVE", 0, "Relative Detail", "Mesh detail is relative to the brush size and detail size"}, {SCULPT_DYNTOPO_DETAIL_CONSTANT, "CONSTANT", 0, - "Constant Detail", "Mesh detail is constant in object space according to detail size"}, + "Constant Detail", "Mesh detail is constant in world space according to detail size"}, {SCULPT_DYNTOPO_DETAIL_BRUSH, "BRUSH", 0, "Brush Detail", "Mesh detail is relative to brush radius"}, {SCULPT_DYNTOPO_DETAIL_MANUAL, "MANUAL", 0, -- cgit v1.2.3