repo.or.cz
/
blender.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup: Subdiv: Remove common_ prefix
[blender.git]
/
source
/
blender
/
python
/
BPY_extern_clog.hh
blob
e0f02a6dbcf33a7d3d6eb596555049f361420ae6
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
5
/** \file
6
* \ingroup python
7
*
8
* Logging defines.
9
*/
10
11
#pragma once
12
13
/* bpy_interface.cc */
14
15
extern
struct
CLG_LogRef
*
BPY_LOG_RNA
;
16
extern
struct
CLG_LogRef
*
BPY_LOG_CONTEXT
;