Blender  V3.3
bpy.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 struct bContext;
14 
16 void BPy_init_modules(struct bContext *C);
17 
18 extern PyObject *bpy_package_py;
19 
20 /* bpy_interface_atexit.c */
21 
22 void BPY_atexit_register(void);
23 void BPY_atexit_unregister(void);
24 
25 extern struct CLG_LogRef *BPY_LOG_CONTEXT;
26 extern struct CLG_LogRef *BPY_LOG_RNA;
27 extern struct CLG_LogRef *BPY_LOG_INTERFACE;
28 
29 #ifdef __cplusplus
30 }
31 #endif
#define C
Definition: RandGen.cpp:25
void BPY_atexit_register(void)
void BPy_init_modules(struct bContext *C)
Definition: bpy.c:589
struct CLG_LogRef * BPY_LOG_RNA
struct CLG_LogRef * BPY_LOG_CONTEXT
PyObject * bpy_package_py
Definition: bpy.c:59
struct CLG_LogRef * BPY_LOG_INTERFACE
void BPY_atexit_unregister(void)