Blender V4.3
bpy.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
9#pragma once
10
11struct bContext;
12
15
16extern PyObject *bpy_package_py;
17
18/* `bpy_interface_atexit.cc` */
19
22
23extern struct CLG_LogRef *BPY_LOG_CONTEXT;
24extern struct CLG_LogRef *BPY_LOG_RNA;
25extern struct CLG_LogRef *BPY_LOG_INTERFACE;
struct CLG_LogRef * BPY_LOG_RNA
struct CLG_LogRef * BPY_LOG_CONTEXT
void BPY_atexit_unregister()
void BPY_atexit_register()
PyObject * bpy_package_py
Definition bpy.cc:62
void BPy_init_modules(bContext *C)
Definition bpy.cc:711
struct CLG_LogRef * BPY_LOG_INTERFACE