Blender V4.3
bmesh_delete.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
11void BMO_mesh_delete_oflag_tagged(BMesh *bm, short oflag, char htype);
12void BM_mesh_delete_hflag_tagged(BMesh *bm, char hflag, char htype);
13
18void BMO_mesh_delete_oflag_context(BMesh *bm, short oflag, int type);
23void BM_mesh_delete_hflag_context(BMesh *bm, char hflag, int type);
void BM_mesh_delete_hflag_context(BMesh *bm, char hflag, int type)
void BMO_mesh_delete_oflag_context(BMesh *bm, short oflag, int type)
void BM_mesh_delete_hflag_tagged(BMesh *bm, char hflag, char htype)
void BMO_mesh_delete_oflag_tagged(BMesh *bm, short oflag, char htype)
ATTR_WARN_UNUSED_RESULT BMesh * bm
ATTR_WARN_UNUSED_RESULT const BMFlagLayer const short oflag