Blender
V3.3
|
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_LogRef * | BPY_LOG_CONTEXT |
struct CLG_LogRef * | BPY_LOG_RNA |
struct CLG_LogRef * | BPY_LOG_INTERFACE |
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().
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().
Creates the bpy module and adds it to sys.modules
for importing.
Definition at line 589 of file bpy.c.
References BKE_appdir_folder_id(), BLENDER_SYSTEM_SCRIPTS, BLI_assert, BPY_app_struct(), bpy_context_module, bpy_import_test(), BPY_library_load_type_ready(), bpy_methods, BPY_msgbus_module(), BPY_operator_module(), bpy_package_py, BPY_rna_data_context_type_ready(), BPY_rna_gizmo_module(), BPY_rna_module(), BPY_rna_props(), BPY_rna_types(), BPY_rna_types_extend_capi(), BPY_utils_previews_module(), BPY_utils_units(), C, Freestyle_Init(), IDProp_Init_Types(), IDPropertyUIData_Init_Types(), meth_bpy_owner_id_get, meth_bpy_owner_id_set, meth_bpy_register_class, meth_bpy_unregister_class, mod(), NULL, pyrna_struct_CreatePyObject(), and RNA_pointer_create().
Referenced by BPY_python_start().
|
extern |
|
extern |
Referenced by BPY_python_start().
|
extern |
|
extern |
Definition at line 59 of file bpy.c.
Referenced by BPy_init_modules().