Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/intern/wm_init_exit.c
| Show First 20 Lines • Show All 572 Lines • ▼ Show 20 Lines | |||||
| #ifdef WITH_COMPOSITOR | #ifdef WITH_COMPOSITOR | ||||
| COM_deinitialize(); | COM_deinitialize(); | ||||
| #endif | #endif | ||||
| BKE_subdiv_exit(); | BKE_subdiv_exit(); | ||||
| if (opengl_is_init) { | if (opengl_is_init) { | ||||
| GPU_free_unused_buffers(G_MAIN); | GPU_free_unused_buffers(); | ||||
| } | } | ||||
| BKE_blender_free(); /* blender.c, does entire library and spacetypes */ | BKE_blender_free(); /* blender.c, does entire library and spacetypes */ | ||||
| // BKE_material_copybuf_free(); | // BKE_material_copybuf_free(); | ||||
| ANIM_fcurves_copybuf_free(); | ANIM_fcurves_copybuf_free(); | ||||
| ANIM_drivers_copybuf_free(); | ANIM_drivers_copybuf_free(); | ||||
| ANIM_driver_vars_copybuf_free(); | ANIM_driver_vars_copybuf_free(); | ||||
| ANIM_fmodifiers_copybuf_free(); | ANIM_fmodifiers_copybuf_free(); | ||||
| ▲ Show 20 Lines • Show All 111 Lines • Show Last 20 Lines | |||||