Home
last modified time | relevance | path

Searched refs:path_list_backup (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dblendfile.c863 void *path_list_backup = NULL; in BKE_blendfile_write_partial() local
899 path_list_backup = BKE_bpath_list_backup(bmain_dst, path_list_flag); in BKE_blendfile_write_partial()
911 if (path_list_backup) { in BKE_blendfile_write_partial()
912 BKE_bpath_list_restore(bmain_dst, path_list_flag, path_list_backup); in BKE_blendfile_write_partial()
913 BKE_bpath_list_free(path_list_backup); in BKE_blendfile_write_partial()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dwritefile.c2507 void *path_list_backup = NULL; in BLO_write_file() local
2572 path_list_backup = BKE_bpath_list_backup(mainvar, path_list_flag); in BLO_write_file()
2600 if (UNLIKELY(path_list_backup)) { in BLO_write_file()
2601 BKE_bpath_list_restore(mainvar, path_list_flag, path_list_backup); in BLO_write_file()
2602 BKE_bpath_list_free(path_list_backup); in BLO_write_file()