Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/readfile.c
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
| Show First 20 Lines • Show All 6,441 Lines • ▼ Show 20 Lines | #endif | ||||
| BLI_listbase_clear(&wm->queue); | BLI_listbase_clear(&wm->queue); | ||||
| BKE_reports_init(&wm->reports, RPT_STORE); | BKE_reports_init(&wm->reports, RPT_STORE); | ||||
| BLI_listbase_clear(&wm->keyconfigs); | BLI_listbase_clear(&wm->keyconfigs); | ||||
| wm->defaultconf = NULL; | wm->defaultconf = NULL; | ||||
| wm->addonconf = NULL; | wm->addonconf = NULL; | ||||
| wm->userconf = NULL; | wm->userconf = NULL; | ||||
| wm->message_bus = NULL; | |||||
| BLI_listbase_clear(&wm->jobs); | BLI_listbase_clear(&wm->jobs); | ||||
| BLI_listbase_clear(&wm->drags); | BLI_listbase_clear(&wm->drags); | ||||
| wm->windrawable = NULL; | wm->windrawable = NULL; | ||||
| wm->winactive = NULL; | wm->winactive = NULL; | ||||
| wm->initialized = 0; | wm->initialized = 0; | ||||
| wm->op_undo_depth = 0; | wm->op_undo_depth = 0; | ||||
| wm->is_interface_locked = 0; | wm->is_interface_locked = 0; | ||||
| ▲ Show 20 Lines • Show All 4,401 Lines • Show Last 20 Lines | |||||