Bugfix #26977 + Patch by Harley Acheson
Using search for operators showed ambigious names like "Duplicate" or "Delete". Default names should give at least a descriptive label. In case operators are collected in a group name-shortening should be handled separaly.
This commit is contained in:
@@ -1754,7 +1754,7 @@ static int mesh_duplicate_invoke(bContext *C, wmOperator *op, wmEvent *UNUSED(ev
|
||||
void MESH_OT_duplicate(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Duplicate";
|
||||
ot->name= "Duplicate Mesh";
|
||||
ot->description= "Duplicate selected vertices, edges or faces";
|
||||
ot->idname= "MESH_OT_duplicate";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user