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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2019-07-07 03:35:52 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2019-07-07 03:35:52 +0300
commit7a6c50e79c0b9426addd538f2cd373850617e836 (patch)
tree8118483f9808c9717f456ff74df520c4ad2fd512 /source/blender/makesrna/intern/rna_brush.c
parent313097c267c5f70b4e1727e137806ed629f39baa (diff)
UI: Correct tooltip
Diffstat (limited to 'source/blender/makesrna/intern/rna_brush.c')
-rw-r--r--source/blender/makesrna/intern/rna_brush.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c
index 8549da6a6b7..fb60f092d16 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -1807,9 +1807,8 @@ static void rna_def_brush(BlenderRNA *brna)
RNA_def_property_ui_text(prop,
"Topology Rake",
"Automatically align edges to the brush direction to "
- "to generate cleaner topology and define sharp features "
- "dynamic topology. Best used on low-poly meshes as it has "
- "a performance impact");
+ "generate cleaner topology and define sharp features. "
+ "Best used on low-poly meshes as it has a performance impact");
RNA_def_property_update(prop, 0, "rna_Brush_update");
prop = RNA_def_property(srna, "stencil_pos", PROP_FLOAT, PROP_XYZ);