Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_appdir.h
| Show First 20 Lines • Show All 85 Lines • ▼ Show 20 Lines | enum { | ||||
| BLENDER_RESOURCE_PATH_SYSTEM = 2, | BLENDER_RESOURCE_PATH_SYSTEM = 2, | ||||
| }; | }; | ||||
| #define BLENDER_STARTUP_FILE "startup.blend" | #define BLENDER_STARTUP_FILE "startup.blend" | ||||
| #define BLENDER_USERPREF_FILE "userpref.blend" | #define BLENDER_USERPREF_FILE "userpref.blend" | ||||
| #define BLENDER_QUIT_FILE "quit.blend" | #define BLENDER_QUIT_FILE "quit.blend" | ||||
| #define BLENDER_BOOKMARK_FILE "bookmarks.txt" | #define BLENDER_BOOKMARK_FILE "bookmarks.txt" | ||||
| #define BLENDER_HISTORY_FILE "recent-files.txt" | #define BLENDER_HISTORY_FILE "recent-files.txt" | ||||
| #define BLENDER_PLATFORM_SUPPORT_FILE "platform_support.txt" | |||||
| #endif /* __BKE_APPDIR_H__ */ | #endif /* __BKE_APPDIR_H__ */ | ||||