Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/view_map/ViewMapIO.cpp
| Context not available. | |||||
| READ(flags); | READ(flags); | ||||
| Options::setFlags(flags); | Options::setFlags(flags); | ||||
| // Read the size of the five ViewMap's lists (with some extra informations for the ViewVertices) | // Read the size of the five ViewMap's lists (with some extra information for the ViewVertices) | ||||
| // and instantiate them (with default costructors) | // and instantiate them (with default costructors) | ||||
| unsigned vs_s, fe_s, fe_rle1, fe_rle2, sv_s, ve_s, vv_s, vv_rle1, vv_rle2; | unsigned vs_s, fe_s, fe_rle1, fe_rle2, sv_s, ve_s, vv_s, vv_rle1, vv_rle2; | ||||
| READ(vs_s); | READ(vs_s); | ||||
| Context not available. | |||||
| unsigned char flags = Options::getFlags(); | unsigned char flags = Options::getFlags(); | ||||
| WRITE(flags); | WRITE(flags); | ||||
| // Write the size of the five lists (with some extra informations for the ViewVertices) | // Write the size of the five lists (with some extra information for the ViewVertices) | ||||
| unsigned size; | unsigned size; | ||||
| size = vm->ViewShapes().size(); | size = vm->ViewShapes().size(); | ||||
| WRITE(size); | WRITE(size); | ||||
| Context not available. | |||||