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:
2018-11-14 09:47:23 +11:00
parent a5a86f3921
commit c1d29ea783
15 changed files with 11 additions and 29 deletions

View File

@@ -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 */