Blender  V3.3
bmesh_tools.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #pragma once
4 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 #include "tools/bmesh_beautify.h"
17 #include "tools/bmesh_bevel.h"
19 #include "tools/bmesh_boolean.h"
20 #include "tools/bmesh_decimate.h"
21 #include "tools/bmesh_edgenet.h"
22 #include "tools/bmesh_edgesplit.h"
23 #include "tools/bmesh_path.h"
26 #include "tools/bmesh_path_uv.h"
28 #include "tools/bmesh_separate.h"
30 
31 #ifdef __cplusplus
32 }
33 #endif