Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/intern/bmesh_core.c
| Show All 26 Lines | |||||
| #include "BLI_alloca.h" | #include "BLI_alloca.h" | ||||
| #include "BLI_linklist_stack.h" | #include "BLI_linklist_stack.h" | ||||
| #include "BLI_utildefines_stack.h" | #include "BLI_utildefines_stack.h" | ||||
| #include "BLT_translation.h" | #include "BLT_translation.h" | ||||
| #include "DNA_meshdata_types.h" | #include "DNA_meshdata_types.h" | ||||
| #include "BKE_customdata.h" | |||||
| #include "BKE_mesh.h" | #include "BKE_mesh.h" | ||||
| #include "bmesh.h" | #include "bmesh.h" | ||||
| #include "intern/bmesh_private.h" | #include "intern/bmesh_private.h" | ||||
| /* use so valgrinds memcheck alerts us when undefined index is used. | /* use so valgrinds memcheck alerts us when undefined index is used. | ||||
| * TESTING ONLY! */ | * TESTING ONLY! */ | ||||
| // #define USE_DEBUG_INDEX_MEMCHECK | // #define USE_DEBUG_INDEX_MEMCHECK | ||||
| ▲ Show 20 Lines • Show All 2,879 Lines • Show Last 20 Lines | |||||