Graph Editor: (Auto-)Focusing Channels
There were requests about having an option to automatically focus the graph editor view on channel selection. That basically means two things would happen when a channel is selected:
- Align the view to the curve of the selected channel
- Hide all other channels
Now the question is how should that work and look UI-wise? Decision was already made to split the two actions into two different options/functions. Still unclear is how the user should activate them. E.g.: Using checkboxes (which gives a modal behaviour), using shortcuts, using buttons, ...
In D1128, a first implementation was done, using a single checkbox to enable both options:
(Previous discussions about this can be found in D1128)