Blender Git Loki
Git Commits -> Revision 1a5c5ac
Revision 1a5c5ac by Joshua Leung (master) March 28, 2015, 10:48 (GMT) |
Fix T44068: "Layered" option for auto keyframing doesn't "Insert Available Only" is enabled The "Layered" option for auto keyframing will create a new NLA strip if playback reaches the end of the frame range and jumps back again. The idea is that instead of overwriting the keyframes you've already made, it will make a new animation layer. However, this does not work with the "Insert Available Only" option (which can either be set in the User Prefs, or in the active keyingset), as that option needs some existing FCurves to tell what it can insert keyframes into. The "fix" here is to simply not show the offending button in situations where it cannot be used! |
Commit Details:
Full Hash: 1a5c5ac742679b625d789614ea6807672e522ebb
Parent Commit: b7afbaf
Lines Changed: +2, -1
1 Modified Path:
/release/scripts/startup/bl_ui/space_time.py (+2, -1) (Diff)