Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/versioning_280.c
| Show First 20 Lines • Show All 3,379 Lines • ▼ Show 20 Lines | for (bScreen *screen = bmain->screens.first; screen; screen = screen->id.next) { | ||||
| SI_FLAG_UNUSED_17 | SI_CUSTOM_GRID | SI_FLAG_UNUSED_23 | | SI_FLAG_UNUSED_17 | SI_CUSTOM_GRID | SI_FLAG_UNUSED_23 | | ||||
| SI_FLAG_UNUSED_24); | SI_FLAG_UNUSED_24); | ||||
| break; | break; | ||||
| } | } | ||||
| case SPACE_VIEW3D: { | case SPACE_VIEW3D: { | ||||
| View3D *v3d = (View3D *)sl; | View3D *v3d = (View3D *)sl; | ||||
| v3d->flag &= ~(V3D_LOCAL_COLLECTIONS | V3D_FLAG_UNUSED_1 | V3D_FLAG_UNUSED_10 | | v3d->flag &= ~(V3D_LOCAL_COLLECTIONS | V3D_FLAG_UNUSED_1 | V3D_FLAG_UNUSED_10 | | ||||
| V3D_FLAG_UNUSED_12); | V3D_FLAG_UNUSED_12); | ||||
| v3d->flag2 &= ~(V3D_FLAG2_UNUSED_3 | V3D_FLAG2_UNUSED_6 | V3D_FLAG2_UNUSED_12 | | v3d->flag2 &= ~((1 << 3) | V3D_FLAG2_UNUSED_6 | V3D_FLAG2_UNUSED_12 | | ||||
| V3D_FLAG2_UNUSED_13 | V3D_FLAG2_UNUSED_14 | V3D_FLAG2_UNUSED_15); | V3D_FLAG2_UNUSED_13 | V3D_FLAG2_UNUSED_14 | V3D_FLAG2_UNUSED_15); | ||||
| break; | break; | ||||
| } | } | ||||
| case SPACE_OUTLINER: { | case SPACE_OUTLINER: { | ||||
| SpaceOutliner *space_outliner = (SpaceOutliner *)sl; | SpaceOutliner *space_outliner = (SpaceOutliner *)sl; | ||||
| space_outliner->filter &= ~(SO_FILTER_CLEARED_1 | SO_FILTER_UNUSED_5 | | space_outliner->filter &= ~(SO_FILTER_CLEARED_1 | SO_FILTER_UNUSED_5 | | ||||
| SO_FILTER_OB_STATE_SELECTABLE); | SO_FILTER_OB_STATE_SELECTABLE); | ||||
| space_outliner->storeflag &= ~(SO_TREESTORE_UNUSED_1); | space_outliner->storeflag &= ~(SO_TREESTORE_UNUSED_1); | ||||
| ▲ Show 20 Lines • Show All 1,694 Lines • Show Last 20 Lines | |||||