Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/intern/bpy_library_load.c
| Show All 26 Lines | |||||
| #include <Python.h> | #include <Python.h> | ||||
| #include <stddef.h> | #include <stddef.h> | ||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| #include "BLI_ghash.h" | #include "BLI_ghash.h" | ||||
| #include "BLI_string.h" | #include "BLI_string.h" | ||||
| #include "BLI_linklist.h" | #include "BLI_linklist.h" | ||||
| #include "BLI_path_util.h" | #include "BLI_path_utils.h" | ||||
| #include "BKE_context.h" | #include "BKE_context.h" | ||||
| #include "BKE_idcode.h" | #include "BKE_idcode.h" | ||||
| #include "BKE_library.h" | #include "BKE_library.h" | ||||
| #include "BKE_main.h" | #include "BKE_main.h" | ||||
| #include "BKE_report.h" | #include "BKE_report.h" | ||||
| #include "DNA_space_types.h" /* FILE_LINK, FILE_RELPATH */ | #include "DNA_space_types.h" /* FILE_LINK, FILE_RELPATH */ | ||||
| ▲ Show 20 Lines • Show All 437 Lines • Show Last 20 Lines | |||||