[Bf-blender-cvs] [6075b0a4546] master: Fix wrong sculpt constant detail description.

Brecht Van Lommel noreply at git.blender.org
Thu Jan 31 18:01:53 CET 2019


Commit: 6075b0a4546248d1aa289b1309cc472d834c3f0a
Author: Brecht Van Lommel
Date:   Thu Jan 31 15:55:33 2019 +0100
Branches: master
https://developer.blender.org/rB6075b0a4546248d1aa289b1309cc472d834c3f0a

Fix wrong sculpt constant detail description.

===================================================================

M	source/blender/makesrna/intern/rna_sculpt_paint.c

===================================================================

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,



More information about the Bf-blender-cvs mailing list