Skip to content

Commit

Permalink
Merge pull request #94 from RiggingDojoAdmin/patch-1
Browse files Browse the repository at this point in the history
Update curve.py
  • Loading branch information
aresdevo authored Jul 5, 2023
2 parents 0614fcc + c764ae9 commit 561b053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 561b053

Please sign in to comment.