Fix: Forgot to recalculate handles after deleting keyframes

This commit is contained in:
Joshua Leung 2018-02-21 23:21:56 +13:00
parent bba1120116
commit 915d120c36
1 changed files with 3 additions and 0 deletions

View File

@ -3615,6 +3615,9 @@ static void posttrans_fcurve_clean(FCurve *fcu, const bool use_handle)
}
}
/* 3) Recalculate handles */
testhandles_fcurve(fcu, use_handle);
/* cleanup */
BLI_freelistN(&retained_keys);
}