Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BPY_extern_clog.h « python « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09c845177ad094a7384640af76d6d5f0e57295b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-or-later */

/** \file
 * \ingroup python
 *
 * Logging defines.
 */

#pragma once

/* bpy_interface.c */

extern struct CLG_LogRef *BPY_LOG_RNA;
extern struct CLG_LogRef *BPY_LOG_CONTEXT;