justausernamesfm

Results 1 comments of justausernamesfm

I opened curve.py in the utils folder and changed the line: ` if context.space_data.use_only_selected_curves_handles and not fcurve.select:` To: ` if context.space_data.use_only_selected_keyframe_handles and not fcurve.select:` and it seems to work fine...