Blender V5.0
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
8
9#pragma once
10
11#include <Python.h>
12
13struct bContext;
14
17
18extern PyObject *bpy_package_py;
19
20/* `bpy_interface_atexit.cc` */
21
24
25extern struct CLG_LogRef *BPY_LOG_RNA;
26extern struct CLG_LogRef *BPY_LOG_INTERFACE;
struct CLG_LogRef * BPY_LOG_RNA
#define C
Definition RandGen.cpp:29
PyObject * bpy_package_py
Definition bpy.cc:64
void BPY_atexit_unregister()
void BPY_atexit_register()
void BPy_init_modules(bContext *C)
Definition bpy.cc:719
struct CLG_LogRef * BPY_LOG_INTERFACE