Blender  V3.3
bmesh_edgesplit.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #pragma once
4 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
18 void BM_mesh_edgesplit(BMesh *bm, bool use_verts, bool tag_only, bool copy_select);
19 
20 #ifdef __cplusplus
21 }
22 #endif
void BM_mesh_edgesplit(BMesh *bm, bool use_verts, bool tag_only, bool copy_select)
ATTR_WARN_UNUSED_RESULT BMesh * bm