Blender V4.3
bpy.hh File Reference

Go to the source code of this file.

Functions

void BPy_init_modules (bContext *C)
 
void BPY_atexit_register ()
 
void BPY_atexit_unregister ()
 

Variables

PyObject * bpy_package_py
 
struct CLG_LogRefBPY_LOG_CONTEXT
 
struct CLG_LogRefBPY_LOG_RNA
 
struct CLG_LogRefBPY_LOG_INTERFACE
 

Function Documentation

◆ BPY_atexit_register()

void BPY_atexit_register ( )

Definition at line 88 of file bpy_interface_atexit.cc.

References atexit_func_call(), BLI_assert, func_bpy_atregister, and meth_bpy_atexit.

Referenced by BPY_python_start().

◆ BPY_atexit_unregister()

void BPY_atexit_unregister ( )

Definition at line 97 of file bpy_interface_atexit.cc.

References atexit_func_call(), BLI_assert, and func_bpy_atregister.

Referenced by BPY_python_end().

◆ BPy_init_modules()

Variable Documentation

◆ BPY_LOG_CONTEXT

struct CLG_LogRef* BPY_LOG_CONTEXT
extern

◆ BPY_LOG_INTERFACE

struct CLG_LogRef* BPY_LOG_INTERFACE
extern

Referenced by BPY_python_start().

◆ BPY_LOG_RNA

struct CLG_LogRef* BPY_LOG_RNA
extern

◆ bpy_package_py

PyObject* bpy_package_py
extern

Definition at line 62 of file bpy.cc.

Referenced by BPy_init_modules().