Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/versioning_280.c
| Context not available. | |||||
| { | { | ||||
| /* Versioning code until next subversion bump goes here. */ | /* Versioning code until next subversion bump goes here. */ | ||||
| if (!DNA_struct_elem_find(fd->filesdna, "ToolSettings", "char", "v3d_cursor_project")) { | |||||
| for (Scene *scene = bmain->scenes.first; scene; scene = scene->id.next) { | |||||
| scene->toolsettings->v3d_cursor_project = true; | |||||
| scene->toolsettings->v3d_cursor_orientation = 1; //ED_view3d.h | |||||
| } | |||||
| } | |||||
| } | } | ||||
| } | } | ||||
| Context not available. | |||||