Fix T56404: Shape keys of the curves with multiple splines go haywire in edit mode.

Very dummy mistake (someone forgot to increment one of the variables in
one of the loops in that spaghetti nightmare that is nurbs shapekey
code), took half an age to spot it... :/
This commit is contained in:
Bastien Montagne
2018-08-16 15:46:40 +02:00
parent 1e70655169
commit 7a7c579dd9

View File

@@ -840,6 +840,7 @@ static void calc_shapeKeys(Object *obedit, ListBase *newnurbs)
}
nu = nu->next;
newnu = newnu->next;
}
if (apply_offset) {