UI: Correct tooltip

This commit is contained in:
Aaron Carlisle
2019-07-06 20:35:52 -04:00
parent 313097c267
commit 7a6c50e79c

View File

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