Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/versioning_270.c
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| /* hysteresis setted to 10% but not actived */ | /* hysteresis set to 10% but not activated */ | ||||
| if (!DNA_struct_elem_find(fd->filesdna, "LodLevel", "int", "obhysteresis")) { | if (!DNA_struct_elem_find(fd->filesdna, "LodLevel", "int", "obhysteresis")) { | ||||
| Object *ob; | Object *ob; | ||||
| for (ob = bmain->object.first; ob; ob = ob->id.next) { | for (ob = bmain->object.first; ob; ob = ob->id.next) { | ||||
| Context not available. | |||||