Blender  V3.3
Functions | Variables
bpy.h File Reference

Go to the source code of this file.

Functions

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

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 ( void  )

Definition at line 60 of file bpy_interface_atexit.c.

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

Referenced by BPY_python_start().

◆ BPY_atexit_unregister()

void BPY_atexit_unregister ( void  )

Definition at line 69 of file bpy_interface_atexit.c.

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

Referenced by BPY_python_end().

◆ BPy_init_modules()

void BPy_init_modules ( struct bContext C)

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 59 of file bpy.c.

Referenced by BPy_init_modules().