Merge branch 'master' into blender2.8

This commit is contained in:
2018-12-14 11:09:42 +11:00
44 changed files with 107 additions and 107 deletions

View File

@@ -1407,7 +1407,7 @@ void blo_do_versions_280(FileData *fd, Library *UNUSED(lib), Main *bmain)
if (!DNA_struct_elem_find(fd->filesdna, "ToolSettings", "char", "transform_pivot_point")) {
for (Scene *scene = bmain->scene.first; scene; scene = scene->id.next) {
scene->toolsettings->transform_pivot_point = V3D_AROUND_CENTER_MEAN;
scene->toolsettings->transform_pivot_point = V3D_AROUND_CENTER_MEDIAN;
}
}