Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/intern/wm_init_exit.c
| Show First 20 Lines • Show All 85 Lines • ▼ Show 20 Lines | |||||
| #ifdef WITH_GAMEENGINE | #ifdef WITH_GAMEENGINE | ||||
| # include "BL_System.h" | # include "BL_System.h" | ||||
| #endif | #endif | ||||
| #include "GHOST_Path-api.h" | #include "GHOST_Path-api.h" | ||||
| #include "GHOST_C-api.h" | #include "GHOST_C-api.h" | ||||
| #include "RNA_define.h" | #include "RNA_define.h" | ||||
| #include "VP_engine_API.h" | |||||
| #include "WM_api.h" | #include "WM_api.h" | ||||
| #include "WM_types.h" | #include "WM_types.h" | ||||
| #include "wm_cursors.h" | #include "wm_cursors.h" | ||||
| #include "wm_event_system.h" | #include "wm_event_system.h" | ||||
| #include "wm.h" | #include "wm.h" | ||||
| #include "wm_files.h" | #include "wm_files.h" | ||||
| #include "wm_window.h" | #include "wm_window.h" | ||||
| ▲ Show 20 Lines • Show All 398 Lines • ▼ Show 20 Lines | // BIF_freeRetarget(); | ||||
| free_openrecent(); | free_openrecent(); | ||||
| BKE_mball_cubeTable_free(); | BKE_mball_cubeTable_free(); | ||||
| /* render code might still access databases */ | /* render code might still access databases */ | ||||
| RE_FreeAllRender(); | RE_FreeAllRender(); | ||||
| RE_engines_exit(); | RE_engines_exit(); | ||||
| /* viewport engines */ | |||||
| VP_enginetypes_exit(); | |||||
| ED_preview_free_dbase(); /* frees a Main dbase, before BKE_blender_free! */ | ED_preview_free_dbase(); /* frees a Main dbase, before BKE_blender_free! */ | ||||
| if (C && wm) | if (C && wm) | ||||
| wm_free_reports(C); /* before BKE_blender_free! - since the ListBases get freed there */ | wm_free_reports(C); /* before BKE_blender_free! - since the ListBases get freed there */ | ||||
| BKE_sequencer_free_clipboard(); /* sequencer.c */ | BKE_sequencer_free_clipboard(); /* sequencer.c */ | ||||
| BKE_tracking_clipboard_free(); | BKE_tracking_clipboard_free(); | ||||
| BKE_mask_clipboard_free(); | BKE_mask_clipboard_free(); | ||||
| ▲ Show 20 Lines • Show All 111 Lines • Show Last 20 Lines | |||||