|
Blender V4.3
|
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_LogRef * | BPY_LOG_CONTEXT |
| struct CLG_LogRef * | BPY_LOG_RNA |
| struct CLG_LogRef * | BPY_LOG_INTERFACE |
| void BPY_atexit_register | ( | ) |
Definition at line 88 of file bpy_interface_atexit.cc.
References atexit_func_call(), BLI_assert, func_bpy_atregister, and meth_bpy_atexit.
Referenced by BPY_python_start().
| void BPY_atexit_unregister | ( | ) |
Definition at line 97 of file bpy_interface_atexit.cc.
References atexit_func_call(), BLI_assert, and func_bpy_atregister.
Referenced by BPY_python_end().
| void BPy_init_modules | ( | bContext * | C | ) |
Creates the bpy module and adds it to sys.modules for importing.
Definition at line 711 of file bpy.cc.
References BKE_appdir_folder_id(), BLENDER_SYSTEM_SCRIPTS, BLI_assert, BPY_app_struct(), BPY_cli_command_register_def, BPY_cli_command_unregister_def, 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_rna_types_finalize_external_types(), BPY_utils_previews_module(), BPY_utils_units(), 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(), printf, PyC_UnicodeFromStdStr(), PYMODULE_ADD_METHOD, pyrna_struct_CreatePyObject(), and RNA_pointer_create().
Referenced by BPY_python_start().
|
extern |
|
extern |
Referenced by BPY_python_start().
|
extern |
|
extern |
Definition at line 62 of file bpy.cc.
Referenced by BPy_init_modules().