Blender V4.5
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_CONTEXT
struct CLG_LogRefBPY_LOG_RNA
struct CLG_LogRefBPY_LOG_INTERFACE

Function Documentation

◆ BPY_atexit_register()

void BPY_atexit_register ( )

◆ BPY_atexit_unregister()

void BPY_atexit_unregister ( )

◆ 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

◆ BPY_LOG_RNA

struct CLG_LogRef* BPY_LOG_RNA
extern

◆ bpy_package_py

PyObject* bpy_package_py
extern

Definition at line 63 of file bpy.cc.

Referenced by BPy_init_modules().