diff --git a/utils/curve.py b/utils/curve.py index a54196b..daafb7b 100755 --- a/utils/curve.py +++ b/utils/curve.py @@ -356,7 +356,7 @@ def valid_fcurve(context, obj, fcurve, action_type='transfrom_action', check_ui= return False if check_ui and context.area.type == 'GRAPH_EDITOR': - if context.space_data.use_only_selected_curves_handles and not fcurve.select: + if context.space_data.use_only_selected_keyframe_handles and not fcurve.select: return False # if context.area.type != 'VIEW_3D':