Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/readfile.c
| Context not available. | |||||
| pa->type = NULL; | pa->type = NULL; | ||||
| } | } | ||||
| link_list(fd, &ar->panels_category_active); | |||||
| link_list(fd, &ar->ui_lists); | link_list(fd, &ar->ui_lists); | ||||
| for (ui_list = ar->ui_lists.first; ui_list; ui_list = ui_list->next) { | for (ui_list = ar->ui_lists.first; ui_list; ui_list = ui_list->next) { | ||||
| Context not available. | |||||
| ar->v2d.tab_num = 0; | ar->v2d.tab_num = 0; | ||||
| ar->v2d.tab_cur = 0; | ar->v2d.tab_cur = 0; | ||||
| ar->v2d.sms = NULL; | ar->v2d.sms = NULL; | ||||
| ar->panels_category.first = ar->panels_category.last = NULL; | |||||
| ar->handlers.first = ar->handlers.last = NULL; | ar->handlers.first = ar->handlers.last = NULL; | ||||
| ar->uiblocks.first = ar->uiblocks.last = NULL; | ar->uiblocks.first = ar->uiblocks.last = NULL; | ||||
| ar->headerstr = NULL; | ar->headerstr = NULL; | ||||
| Context not available. | |||||