Merge branch 'blender-v2.81-release'

This commit is contained in:
Campbell Barton
2019-11-11 20:09:21 +11:00

View File

@@ -107,6 +107,13 @@ void BKE_editlattice_load(Object *obedit)
lt->typew = editlt->typew;
lt->actbp = editlt->actbp;
lt->fu = editlt->fu;
lt->fv = editlt->fv;
lt->fw = editlt->fw;
lt->du = editlt->du;
lt->dv = editlt->dv;
lt->dw = editlt->dw;
if (lt->editlatt->shapenr) {
actkey = BLI_findlink(&lt->key->block, lt->editlatt->shapenr - 1);