Commit: 7a6c50e79c0b9426addd538f2cd373850617e836
Author: Aaron Carlisle
Date:   Sat Jul 6 20:35:52 2019 -0400
Branches: master
https://developer.blender.org/rB7a6c50e79c0b9426addd538f2cd373850617e836

UI: Correct tooltip

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

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

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

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);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to