Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/versioning_280.c
| Context not available. | |||||
| for (Object *ob = bmain->objects.first; ob; ob = ob->id.next) { | for (Object *ob = bmain->objects.first; ob; ob = ob->id.next) { | ||||
| ob->flag &= ~(OB_FLAG_UNUSED_11 | OB_FLAG_UNUSED_12); | ob->flag &= ~(OB_FLAG_UNUSED_11 | OB_FLAG_UNUSED_12); | ||||
| ob->transflag &= ~(OB_TRANSFLAG_UNUSED_0 | OB_TRANSFLAG_UNUSED_1); | ob->transflag &= ~(OB_DISPLAY_SCALE_AS_DIMENSIONS | OB_TRANSFLAG_UNUSED_1); | ||||
| ob->shapeflag &= ~OB_SHAPE_FLAG_UNUSED_1; | ob->shapeflag &= ~OB_SHAPE_FLAG_UNUSED_1; | ||||
| } | } | ||||
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| ob->transflag &= ~(OB_TRANSFLAG_UNUSED_0 | OB_TRANSFLAG_UNUSED_1 | OB_TRANSFLAG_UNUSED_3 | | ob->transflag &= ~(OB_DISPLAY_SCALE_AS_DIMENSIONS | OB_TRANSFLAG_UNUSED_1 | OB_TRANSFLAG_UNUSED_3 | | ||||
| OB_TRANSFLAG_UNUSED_6 | OB_TRANSFLAG_UNUSED_12); | OB_TRANSFLAG_UNUSED_6 | OB_TRANSFLAG_UNUSED_12); | ||||
| ob->nlaflag &= ~(OB_ADS_UNUSED_1 | OB_ADS_UNUSED_2); | ob->nlaflag &= ~(OB_ADS_UNUSED_1 | OB_ADS_UNUSED_2); | ||||
| Context not available. | |||||