Blender V5.0
bpy.hh File Reference
#include <Python.h>

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_RNA
struct CLG_LogRefBPY_LOG_INTERFACE

Function Documentation

◆ BPY_atexit_register()

void BPY_atexit_register ( )

Definition at line 95 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 104 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_INTERFACE

struct CLG_LogRef* BPY_LOG_INTERFACE
extern

◆ BPY_LOG_RNA

struct CLG_LogRef* BPY_LOG_RNA
extern

◆ bpy_package_py

PyObject* bpy_package_py
extern

Definition at line 64 of file bpy.cc.

Referenced by BPy_init_modules().