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
Notes: blender-bot 2023-02-14 05:26:50 +01:00
Referenced by issue #56404, Shape keys of the curves with multiple splines go haywire in edit mode
1 changed files with 1 additions and 0 deletions

View File

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