Fix T74331
) In the View menu the action is now called "Frame Selected",
but in Preferences > Keymap, the action is still called
"View Selected". This means when you go to search for the
action to edit its hotkey, it can't be found.
Differential D6976
Fix T74331: Updated "View Selected" in preferences->keymap to "Frame Selected" Authored by Asad-ullah Khan (kh4n) on Mar 1 2020, 7:34 AM.
Details
Fix T74331
Diff Detail
Event TimelineComment Actions There are more View Selected operators in other editors. If we make this kind of change, it should be done everywhere. Comment Actions There are other "View Selected" instances, but none of them have the same description as this one. Should I still change them? Or is there somewhere else I should look? Currently, I am only looking for/modifying ot->name fields Comment Actions @Asad-ullah Khan (kh4n) Yes, go through all the editors and change all to have the same name. Thanks! Comment Actions I have gone ahead and changed the ones I've found, but before I submit the diff, I was wondering (since this also makes all the callback names wrong too) why not just change the "Frame Selected" in the action menu back to "View Selected"? Especially since some of the other menus have "View <something>" operators as well? Comment Actions There was a decision to change the name from View Selected to Frame Selected, since this is a more standard (and descriptive) name. Comment Actions @Brecht Van Lommel (brecht) I changed it where I could find, let me know if anything else needs to be done Comment Actions Thanks, committed rBe4eede83187d: UI: rename View Selected" to "Frame Selected" with some references to the operator changed too. |