Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_editmesh.h
| Show All 26 Lines | |||||
| #include "DNA_customdata_types.h" | #include "DNA_customdata_types.h" | ||||
| #include "bmesh.h" | #include "bmesh.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| struct BMLoop; | struct BMLoop; | ||||
| struct BMesh; | |||||
| struct BMPartialUpdate; | struct BMPartialUpdate; | ||||
| struct BMesh; | |||||
| struct BMeshCalcTessellation_Params; | struct BMeshCalcTessellation_Params; | ||||
| struct BoundBox; | struct BoundBox; | ||||
| struct Depsgraph; | struct Depsgraph; | ||||
| struct Mesh; | struct Mesh; | ||||
| struct Object; | struct Object; | ||||
| struct Scene; | struct Scene; | ||||
| /** | /** | ||||
| ▲ Show 20 Lines • Show All 83 Lines • Show Last 20 Lines | |||||