Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/intern/wm_init_exit.c
| Show First 20 Lines • Show All 367 Lines • ▼ Show 20 Lines | #endif | ||||
| BKE_material_copybuf_clear(); | BKE_material_copybuf_clear(); | ||||
| ED_render_clear_mtex_copybuf(); | ED_render_clear_mtex_copybuf(); | ||||
| wm_history_file_read(); | wm_history_file_read(); | ||||
| BLI_strncpy(G.lib, BKE_main_blendfile_path_from_global(), sizeof(G.lib)); | BLI_strncpy(G.lib, BKE_main_blendfile_path_from_global(), sizeof(G.lib)); | ||||
| #ifdef WITH_COMPOSITOR | |||||
| if (1) { | |||||
| extern void *COM_linker_hack; | |||||
| COM_linker_hack = COM_execute; | |||||
| } | |||||
| #endif | |||||
| wm_homefile_read_post(C, params_file_read_post); | wm_homefile_read_post(C, params_file_read_post); | ||||
| } | } | ||||
| void WM_init_splash(bContext *C) | void WM_init_splash(bContext *C) | ||||
| { | { | ||||
| if ((U.uiflag & USER_SPLASH_DISABLE) == 0) { | if ((U.uiflag & USER_SPLASH_DISABLE) == 0) { | ||||
| wmWindowManager *wm = CTX_wm_manager(C); | wmWindowManager *wm = CTX_wm_manager(C); | ||||
| wmWindow *prevwin = CTX_wm_window(C); | wmWindow *prevwin = CTX_wm_window(C); | ||||
| ▲ Show 20 Lines • Show All 303 Lines • Show Last 20 Lines | |||||