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:
@@ -840,6 +840,7 @@ static void calc_shapeKeys(Object *obedit, ListBase *newnurbs)
|
||||
}
|
||||
|
||||
nu = nu->next;
|
||||
newnu = newnu->next;
|
||||
}
|
||||
|
||||
if (apply_offset) {
|
||||
|
||||
Reference in New Issue
Block a user