Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/intern/wm_init_exit.c
| Show First 20 Lines • Show All 53 Lines • ▼ Show 20 Lines | |||||
| #include "BKE_blender.h" | #include "BKE_blender.h" | ||||
| #include "BKE_blendfile.h" | #include "BKE_blendfile.h" | ||||
| #include "BKE_callbacks.h" | #include "BKE_callbacks.h" | ||||
| #include "BKE_context.h" | #include "BKE_context.h" | ||||
| #include "BKE_global.h" | #include "BKE_global.h" | ||||
| #include "BKE_icons.h" | #include "BKE_icons.h" | ||||
| #include "BKE_image.h" | #include "BKE_image.h" | ||||
| #include "BKE_heightmap.h" | |||||
| #include "BKE_keyconfig.h" | #include "BKE_keyconfig.h" | ||||
| #include "BKE_lib_remap.h" | #include "BKE_lib_remap.h" | ||||
| #include "BKE_main.h" | #include "BKE_main.h" | ||||
| #include "BKE_mball_tessellate.h" | #include "BKE_mball_tessellate.h" | ||||
| #include "BKE_node.h" | #include "BKE_node.h" | ||||
| #include "BKE_report.h" | #include "BKE_report.h" | ||||
| #include "BKE_scene.h" | #include "BKE_scene.h" | ||||
| #include "BKE_screen.h" | #include "BKE_screen.h" | ||||
| ▲ Show 20 Lines • Show All 449 Lines • ▼ Show 20 Lines | #endif | ||||
| 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_materials_exit(); | BKE_materials_exit(); | ||||
| BKE_heightmaps_exit(); | |||||
| wm_operatortype_free(); | wm_operatortype_free(); | ||||
| wm_surfaces_free(); | wm_surfaces_free(); | ||||
| wm_dropbox_free(); | wm_dropbox_free(); | ||||
| WM_menutype_free(); | WM_menutype_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 154 Lines • Show Last 20 Lines | |||||