Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/intern/wm_init_exit.c
| Show All 38 Lines | |||||
| #include "DNA_genfile.h" | #include "DNA_genfile.h" | ||||
| #include "DNA_scene_types.h" | #include "DNA_scene_types.h" | ||||
| #include "DNA_userdef_types.h" | #include "DNA_userdef_types.h" | ||||
| #include "DNA_windowmanager_types.h" | #include "DNA_windowmanager_types.h" | ||||
| #include "BLI_listbase.h" | #include "BLI_listbase.h" | ||||
| #include "BLI_path_util.h" | #include "BLI_path_util.h" | ||||
| #include "BLI_string.h" | #include "BLI_string.h" | ||||
| #include "BLI_task.h" | |||||
| #include "BLI_threads.h" | #include "BLI_threads.h" | ||||
| #include "BLI_timer.h" | #include "BLI_timer.h" | ||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| #include "BLO_undofile.h" | #include "BLO_undofile.h" | ||||
| #include "BLO_writefile.h" | #include "BLO_writefile.h" | ||||
| #include "BKE_blender.h" | #include "BKE_blender.h" | ||||
| ▲ Show 20 Lines • Show All 588 Lines • ▼ Show 20 Lines | #endif | ||||
| CTX_free(C); | CTX_free(C); | ||||
| GHOST_DisposeSystemPaths(); | GHOST_DisposeSystemPaths(); | ||||
| DNA_sdna_current_free(); | DNA_sdna_current_free(); | ||||
| BLI_threadapi_exit(); | BLI_threadapi_exit(); | ||||
| BLI_task_scheduler_exit(); | |||||
| /* No need to call this early, rather do it late so that other | /* No need to call this early, rather do it late so that other | ||||
| * pieces of Blender using sound may exit cleanly, see also T50676. */ | * pieces of Blender using sound may exit cleanly, see also T50676. */ | ||||
| BKE_sound_exit(); | BKE_sound_exit(); | ||||
| CLG_exit(); | CLG_exit(); | ||||
| BKE_blender_atexit(); | BKE_blender_atexit(); | ||||
| ▲ Show 20 Lines • Show All 43 Lines • Show Last 20 Lines | |||||