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
path: root/source
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-31 17:55:33 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-31 20:01:47 +0300
commit6075b0a4546248d1aa289b1309cc472d834c3f0a (patch)
tree53289080f660304c7d8a2da7b82ff71ba6fe0372 /source
parent208a0808b31e374d8116f46e5c8a4be8ced6b289 (diff)
Fix wrong sculpt constant detail description.
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_sculpt_paint.c2
1 files changed, 1 insertions, 1 deletions
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,