Blender Git Commit Log
Git Commits -> Revision 4904ead
Revision 4904ead by Joshua Leung (master) June 21, 2018, 13:26 (GMT) |
Fix T55525: "Only Keyframes from Selected Channels" option in Timeline was being ignored I was originally going to just expose the filtering options fo the timeline too (via popover), to provide full access to the filtering options here too. However, investigating further, that would've caused problems when trying to use the Next/Prev Keyframe operators in other editors (see comment in code). For now, the simpler solution is to just sync the scene-level flag (used for this option) back to the dopesheet settings (used for generating the summary channel used for displaying keyframes), to buy some time to investigate more carefully. |
Commit Details:
Full Hash: 4904eadc0f382dc31299197145945d86856228fc
Parent Commit: 526392a
Lines Changed: +12, -0
1 Modified Path:
/source/blender/editors/animation/anim_filter.c (+12, -0) (Diff)