"Fix" for [#33903] Wrong description string in "remove vertices from vertex group" function - just making the tooltip describe both possible actions by this op!
This commit is contained in:
@@ -2725,7 +2725,7 @@ void OBJECT_OT_vertex_group_remove_from(wmOperatorType *ot)
|
|||||||
/* identifiers */
|
/* identifiers */
|
||||||
ot->name = "Remove from Vertex Group";
|
ot->name = "Remove from Vertex Group";
|
||||||
ot->idname = "OBJECT_OT_vertex_group_remove_from";
|
ot->idname = "OBJECT_OT_vertex_group_remove_from";
|
||||||
ot->description = "Remove the selected vertices from the active vertex group";
|
ot->description = "Remove the selected vertices from active or all vertex group(s)";
|
||||||
|
|
||||||
/* api callbacks */
|
/* api callbacks */
|
||||||
ot->poll = vertex_group_poll_edit_or_wpaint_vert_select;
|
ot->poll = vertex_group_poll_edit_or_wpaint_vert_select;
|
||||||
|
Reference in New Issue
Block a user