Docs: simplify the description of the select by pole count operator

This commit is contained in:
Campbell Barton
2024-10-08 10:06:24 +11:00
parent c0e9184e5b
commit 91aa21e086

View File

@@ -3960,10 +3960,8 @@ void MESH_OT_select_by_pole_count(wmOperatorType *ot)
/* Identifiers. */
ot->name = "Select By Pole Count";
ot->description =
"Select all elements that are connected to a pole, by the pole count.\n"
"In vertex selection mode, each pole vertex is selected.\n"
"In edge selection mode, each pole vertex and all their connected edges are selected.\n"
"In face selection mode, each pole vertex and all their connected faces are selected.";
"Select vertices at poles by the number of connected edges. "
"In edge and face mode the geometry connected to the vertices is selected";
ot->idname = "MESH_OT_select_by_pole_count";
/* API callbacks. */