Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/intern/bpy_library_write.c
| Show All 22 Lines | |||||
| #include <Python.h> | #include <Python.h> | ||||
| #include <stddef.h> | #include <stddef.h> | ||||
| #include "MEM_guardedalloc.h" | #include "MEM_guardedalloc.h" | ||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| #include "BLI_string.h" | #include "BLI_string.h" | ||||
| #include "BLI_path_util.h" | #include "BLI_path_utils.h" | ||||
| #include "BKE_blendfile.h" | #include "BKE_blendfile.h" | ||||
| #include "BKE_global.h" | #include "BKE_global.h" | ||||
| #include "BKE_main.h" | #include "BKE_main.h" | ||||
| #include "BKE_report.h" | #include "BKE_report.h" | ||||
| #include "RNA_types.h" | #include "RNA_types.h" | ||||
| ▲ Show 20 Lines • Show All 180 Lines • Show Last 20 Lines | |||||