Blender V2.61 - r43446
Functions | Variables

bpy.h File Reference

Go to the source code of this file.

Functions

void BPy_init_modules (void)
void BPY_atexit_register (void)
void BPY_atexit_unregister (void)

Variables

PyObject * bpy_package_py

Detailed Description

Definition in file bpy.h.


Function Documentation

void BPY_atexit_register ( void  )

Definition at line 81 of file bpy_interface_atexit.c.

References atexit_func_call(), BLI_assert, and NULL.

Referenced by BPY_python_start().

void BPY_atexit_unregister ( void  )

Definition at line 90 of file bpy_interface_atexit.c.

References atexit_func_call(), BLI_assert, and NULL.

Referenced by BPY_python_end().

void BPy_init_modules ( void  )

Variable Documentation

PyObject* bpy_package_py

Definition at line 61 of file bpy.c.

Referenced by BPy_init_modules().