Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/intern/wm_init_exit.c
| Show First 20 Lines • Show All 518 Lines • ▼ Show 20 Lines | void WM_exit_ex(bContext *C, const bool do_python) | ||||
| } | } | ||||
| BLI_timer_free(); | BLI_timer_free(); | ||||
| WM_paneltype_clear(); | WM_paneltype_clear(); | ||||
| BKE_addon_pref_type_free(); | BKE_addon_pref_type_free(); | ||||
| BKE_keyconfig_pref_type_free(); | BKE_keyconfig_pref_type_free(); | ||||
| BKE_material_gpencil_free_default(); | |||||
| wm_operatortype_free(); | wm_operatortype_free(); | ||||
| wm_dropbox_free(); | wm_dropbox_free(); | ||||
| WM_menutype_free(); | WM_menutype_free(); | ||||
| WM_uilisttype_free(); | WM_uilisttype_free(); | ||||
| /* all non-screen and non-space stuff editors did, like editmode */ | /* all non-screen and non-space stuff editors did, like editmode */ | ||||
| if (C) { | if (C) { | ||||
| ▲ Show 20 Lines • Show All 148 Lines • Show Last 20 Lines | |||||