Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/BLO_readfile.h
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
| void BLO_blendhandle_close(BlendHandle *bh); | void BLO_blendhandle_close(BlendHandle *bh); | ||||
| /** \} */ | /** \} */ | ||||
| #define BLO_GROUP_MAX 32 | #define BLO_GROUP_MAX 32 | ||||
| #define BLO_EMBEDDED_STARTUP_BLEND "<startup.blend>" | #define BLO_EMBEDDED_STARTUP_BLEND "<startup.blend>" | ||||
| bool BLO_has_bfile_extension(const char *str); | bool BLO_has_bfile_extension(const char *str); | ||||
| bool BLO_has_bfile_backup_extension(const char *str); | |||||
| bool BLO_library_path_explode(const char *path, char *r_dir, char **r_group, char **r_name); | bool BLO_library_path_explode(const char *path, char *r_dir, char **r_group, char **r_name); | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /** \name BLO Blend File Linking API | /** \name BLO Blend File Linking API | ||||
| * \{ */ | * \{ */ | ||||
| /** | /** | ||||
| * Options controlling behavior of append/link code. | * Options controlling behavior of append/link code. | ||||
| ▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines | |||||