Blender Git Loki
Git Commits -> Revision e2c06d5
Revision e2c06d5 by Joshua Leung (master) November 12, 2011, 05:00 (GMT) |
Bugfix [#29212] Select before/after current frame deselects all channels in graph editor No need to deselect all channels when doing the select left/right operator, since we don't replace the selection afterwards with anything useful. This would be a problem when the "Only Show Selected" option is enabled (as it is by default), as this results in the curves being worked on disappearing from view. F-Curves though will still get deselected as a result of the code to deselect keyframes. Will need to review whether this is still a good idea (original intention was so that only curves with keyframes selected would remain selected). |
Commit Details:
Full Hash: e2c06d5fc91f4f1125cf79280cb585400f6e056c
SVN Revision: 41765
Parent Commit: 8da2812
Lines Changed: +9, -8