Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/versioning_260.c
| Show First 20 Lines • Show All 72 Lines • ▼ Show 20 Lines | |||||
| #ifdef WITH_FFMPEG | #ifdef WITH_FFMPEG | ||||
| # include "BKE_writeffmpeg.h" | # include "BKE_writeffmpeg.h" | ||||
| #endif | #endif | ||||
| #include "IMB_imbuf.h" /* for proxy / time-code versioning stuff. */ | #include "IMB_imbuf.h" /* for proxy / time-code versioning stuff. */ | ||||
| #include "NOD_common.h" | #include "NOD_common.h" | ||||
| #include "NOD_composite.h" | |||||
| #include "NOD_texture.h" | #include "NOD_texture.h" | ||||
| #include "BLO_readfile.h" | #include "BLO_readfile.h" | ||||
| #include "readfile.h" | #include "readfile.h" | ||||
| /* Make preferences read-only, use versioning_userdef.c. */ | /* Make preferences read-only, use versioning_userdef.c. */ | ||||
| #define U (*((const UserDef *)&U)) | #define U (*((const UserDef *)&U)) | ||||
| ▲ Show 20 Lines • Show All 992 Lines • Show Last 20 Lines | |||||