Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_blendfile.h
| Show First 20 Lines • Show All 46 Lines • ▼ Show 20 Lines | bool BKE_blendfile_read_from_memfile(struct bContext *C, | ||||
| const struct BlendFileReadParams *params, | const struct BlendFileReadParams *params, | ||||
| struct ReportList *reports); | struct ReportList *reports); | ||||
| void BKE_blendfile_read_make_empty(struct bContext *C); | void BKE_blendfile_read_make_empty(struct bContext *C); | ||||
| struct UserDef *BKE_blendfile_userdef_read(const char *filepath, struct ReportList *reports); | struct UserDef *BKE_blendfile_userdef_read(const char *filepath, struct ReportList *reports); | ||||
| struct UserDef *BKE_blendfile_userdef_read_from_memory(const void *filebuf, | struct UserDef *BKE_blendfile_userdef_read_from_memory(const void *filebuf, | ||||
| int filelength, | int filelength, | ||||
| struct ReportList *reports); | struct ReportList *reports); | ||||
| struct UserDef *BKE_blendfile_userdef_from_defaults(void); | |||||
| bool BKE_blendfile_userdef_write(const char *filepath, struct ReportList *reports); | bool BKE_blendfile_userdef_write(const char *filepath, struct ReportList *reports); | ||||
| bool BKE_blendfile_userdef_write_app_template(const char *filepath, struct ReportList *reports); | bool BKE_blendfile_userdef_write_app_template(const char *filepath, struct ReportList *reports); | ||||
| bool BKE_blendfile_userdef_write_all(struct ReportList *reports); | bool BKE_blendfile_userdef_write_all(struct ReportList *reports); | ||||
| struct WorkspaceConfigFileData *BKE_blendfile_workspace_config_read(const char *filepath, | struct WorkspaceConfigFileData *BKE_blendfile_workspace_config_read(const char *filepath, | ||||
| const void *filebuf, | const void *filebuf, | ||||
| Show All 21 Lines | |||||