Skin Modifier: Add missing operator stack pop
This commit is contained in:
committed by
Campbell Barton
parent
93055b1c22
commit
8d5eeab473
@@ -1783,6 +1783,9 @@ static BMesh *build_skin(SkinNode *skin_nodes,
|
||||
skin_output_connections(&so, skin_nodes, medge, totedge);
|
||||
hull_merge_triangles(&so, smd);
|
||||
|
||||
bmesh_edit_end(so.bm, 0);
|
||||
BMO_pop(so.bm);
|
||||
|
||||
return so.bm;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user