From 291d2a2222fc98fdf18b5c250e289a2213acc4d8 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Fri, 24 Dec 2021 11:00:01 -0600 Subject: Cleanup: Remove misleading comments Most of these custom data layers weren't BMesh only, and the one that actually looks to be BMesh only has `BM` in its name. --- source/blender/blenkernel/intern/customdata.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/blenkernel/intern/customdata.c') diff --git a/source/blender/blenkernel/intern/customdata.c b/source/blender/blenkernel/intern/customdata.c index 090de26c230..276dd94db41 100644 --- a/source/blender/blenkernel/intern/customdata.c +++ b/source/blender/blenkernel/intern/customdata.c @@ -1685,8 +1685,6 @@ static const LayerTypeInfo LAYERTYPEINFO[CD_NUMTYPES] = { {sizeof(float[3]), "", 0, NULL, NULL, NULL, NULL, NULL, NULL}, /* 24: CD_RECAST */ {sizeof(MRecast), "MRecast", 1, N_("Recast"), NULL, NULL, NULL, NULL}, - - /* BMESH ONLY */ /* 25: CD_MPOLY */ {sizeof(MPoly), "MPoly", 1, N_("NGon Face"), NULL, NULL, NULL, NULL, NULL}, /* 26: CD_MLOOP */ @@ -1743,9 +1741,6 @@ static const LayerTypeInfo LAYERTYPEINFO[CD_NUMTYPES] = { NULL, NULL, NULL}, - - /* END BMESH ONLY */ - /* 34: CD_PAINT_MASK */ {sizeof(float), "", 0, NULL, NULL, NULL, layerInterp_paint_mask, NULL, NULL}, /* 35: CD_GRID_PAINT_MASK */ -- cgit v1.2.3