WM: enforce descriptions being NULL or defined
Without this bugs slip through that don't null check the descriptions since many were set to empty strings.
This commit is contained in:
@@ -247,7 +247,6 @@ void MESH_OT_subdivide_edgering(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name = "Subdivide Edge-Ring";
|
||||
ot->description = "";
|
||||
ot->idname = "MESH_OT_subdivide_edgering";
|
||||
|
||||
/* api callbacks */
|
||||
|
||||
Reference in New Issue
Block a user