fix: oops

This commit is contained in:
stysmmaker 2021-06-12 11:18:44 -04:00
parent 3327dc5911
commit a70141eadf
Signed by: mmaker
GPG Key ID: CCE79B8FEDA40FB2
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class FCurveHandlePasteValue(bpy.types.Operator):
if (i < len(keys) - 1):
new_handles = generate_new_handles(keys[i], keys[i + 1])
keys[i].interpolation = 'BEZIER'
keys[i].interpolation = 'BEZIER'
keys[i + 1].interpolation = 'BEZIER'
keys[i].handle_right_type = 'FREE'
keys[i + 1].handle_left_type = 'FREE'
keys[i].handle_right = new_handles[0]