Blender V4.3
bmesh_mesh_debug.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
11#include "BLI_compiler_attrs.h"
12
13#include "bmesh.hh"
14
15#ifndef NDEBUG
18#endif /* !NDEBUG */
#define ATTR_WARN_UNUSED_RESULT
#define ATTR_MALLOC
#define ATTR_NONNULL(...)
ATTR_WARN_UNUSED_RESULT BMesh * bm
char * BM_mesh_debug_info(BMesh *bm) ATTR_NONNULL(1) ATTR_MALLOC ATTR_WARN_UNUSED_RESULT
void BM_mesh_debug_print(BMesh *bm) ATTR_NONNULL(1)