-
-
Notifications
You must be signed in to change notification settings - Fork 22.8k
Fix animation keying not working with toggleable inspector sections #107919
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
Conversation
db89868
to
d7405ac
Compare
75a8ded
to
2aaf33f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally, it works as expected. Code looks good to me.
2aaf33f
to
f2233b3
Compare
I just pushed a fix that allows the "favorited" sections to update properly, I just added the relevant ones to the It was two lines of code, 4492 and 4532 |
f2233b3
to
5443fe9
Compare
I resolved the comments and adapted the folding code to handle the fact that toggleable sections can now be not foldable (since the sections in favorites were added to sections which meant that fold and unfold were called on them) |
Thanks! |
Closes #107891 Closes #107826
Supersedes #107857
This PR adds the animation keying button to toggleable sections. This also allows the buttons to update over time in order to accommodate how the animation editor edits the values.