Blender Git Loki
Git Commits -> Revision e47ab72
Revision e47ab72 by Joshua Leung (master) December 19, 2010, 01:27 (GMT) |
Bugfix [#25221] Jump to Next/Prev keyframe doesn't work with RotoBeizer The jump to keyframes operator was being a bit too strict with its checks for where it should check for keyframes. In this particular case, RotoBezier keyframes were on Curve AnimData, so the check for Object AnimData would return false, thus overlooking this possibility. However, it should be safe enough to just open things up a bit more. |
Commit Details:
Full Hash: e47ab723a092ffcb31eb3329d6f81df6f7317767
SVN Revision: 33773
Parent Commit: 43af26f
Lines Changed: +5, -4
1 Modified Path:
/source/blender/editors/screen/screen_ops.c (+5, -4) (Diff)