BMesh: define suptype for bevel normals.out

Not doing this broke doc building.
This commit is contained in:
Campbell Barton 2018-08-14 22:26:19 +10:00
parent 3730839958
commit d648501e28
1 changed files with 1 additions and 1 deletions

View File

@ -1746,7 +1746,7 @@ static BMOpDefine bmo_bevel_def = {
{{"faces.out", BMO_OP_SLOT_ELEMENT_BUF, {BM_FACE}}, /* output faces */
{"edges.out", BMO_OP_SLOT_ELEMENT_BUF, {BM_EDGE}}, /* output edges */
{"verts.out", BMO_OP_SLOT_ELEMENT_BUF, {BM_VERT}}, /* output verts */
{"normals.out", BMO_OP_SLOT_MAPPING}, /* output normals per vertex for beveled edges */
{"normals.out", BMO_OP_SLOT_MAPPING, {(int)BMO_OP_SLOT_SUBTYPE_MAP_ELEM}}, /* output normals per vertex for beveled edges */
{{'\0'}},
},