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 4,968 Lines • ▼ Show 20 Lines | if (region->regiondata) { | ||||
| rv3d->smooth_timer = NULL; | rv3d->smooth_timer = NULL; | ||||
| rv3d->rflag &= ~(RV3D_NAVIGATING | RV3D_PAINTING); | rv3d->rflag &= ~(RV3D_NAVIGATING | RV3D_PAINTING); | ||||
| rv3d->runtime_viewlock = 0; | rv3d->runtime_viewlock = 0; | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| region->v2d.tab_offset = NULL; | |||||
| region->v2d.tab_num = 0; | |||||
| region->v2d.tab_cur = 0; | |||||
| region->v2d.sms = NULL; | region->v2d.sms = NULL; | ||||
| region->v2d.alpha_hor = region->v2d.alpha_vert = 255; /* visible by default */ | region->v2d.alpha_hor = region->v2d.alpha_vert = 255; /* visible by default */ | ||||
| BLI_listbase_clear(®ion->panels_category); | BLI_listbase_clear(®ion->panels_category); | ||||
| BLI_listbase_clear(®ion->handlers); | BLI_listbase_clear(®ion->handlers); | ||||
| BLI_listbase_clear(®ion->uiblocks); | BLI_listbase_clear(®ion->uiblocks); | ||||
| region->headerstr = NULL; | region->headerstr = NULL; | ||||
| region->visible = 0; | region->visible = 0; | ||||
| region->type = NULL; | region->type = NULL; | ||||
| ▲ Show 20 Lines • Show All 4,215 Lines • Show Last 20 Lines | |||||