Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.6 curve tool not working ("use_only_selected_curve_handles") #93

Open
loicbramoulle opened this issue Jun 29, 2023 · 3 comments
Open

Comments

@loicbramoulle
Copy link

When using curve tool in 3.6, the following error triggers:
image
It might have something to do with the fact they removed the "Only show selected F-curve keyframes" option from the view menu, to put it in the pref (which is really bad to me as I need to toggle it on and off constantly, working on hundred of shapekeys channels with mocap data.) and so maybe renamed some things curve/keyframes ?

@justausernamesfm
Copy link

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 now in 3.6.

@loicbramoulle
Copy link
Author

loicbramoulle commented Jun 30, 2023

Thanks a lot!
Ah it worked! I just had to close & open a new blender instance, maybe it needed to purge the cache or something to reload the script from disk.
First time I tweak a line of code haha, thanks again I can sleep better tonight !

@Sobollion
Copy link
Contributor

Faced this too, thx !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants