Blender
V3.3
source
blender
python
intern
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
C
#define C
Definition:
RandGen.cpp:25
BPY_atexit_register
void BPY_atexit_register(void)
Definition:
bpy_interface_atexit.c:60
BPy_init_modules
void BPy_init_modules(struct bContext *C)
Definition:
bpy.c:589
BPY_LOG_RNA
struct CLG_LogRef * BPY_LOG_RNA
BPY_LOG_CONTEXT
struct CLG_LogRef * BPY_LOG_CONTEXT
bpy_package_py
PyObject * bpy_package_py
Definition:
bpy.c:59
BPY_LOG_INTERFACE
struct CLG_LogRef * BPY_LOG_INTERFACE
BPY_atexit_unregister
void BPY_atexit_unregister(void)
Definition:
bpy_interface_atexit.c:69
CLG_LogRef
Definition:
CLG_log.h:104
bContext
Definition:
context.c:56
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1