add clarification, without this the tool reads as if it makes the radius of each selected vertex equal.

This commit is contained in:
Campbell Barton
2012-09-12 06:31:26 +00:00
parent 77e351300b
commit 9a07bd78fc

View File

@@ -1658,7 +1658,7 @@ static int skin_radii_equalize_exec(bContext *C, wmOperator *UNUSED(op))
void OBJECT_OT_skin_radii_equalize(wmOperatorType *ot)
{
ot->name = "Skin Radii Equalize";
ot->description = "Make skin radii of selected vertices equal";
ot->description = "Make skin radii of selected vertices equal on each axis";
ot->idname = "OBJECT_OT_skin_radii_equalize";
ot->poll = skin_edit_poll;