Blender Git Commit Log
Git Commits -> Revision 3c76c98
Revision 3c76c98 by Julian Eisel (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:51 (GMT) |
UI: Support pressing Ctrl+F over UI lists to search Adds an operator invoked by default with Ctrl+F that while hovering a UI list, opens the search field of the list and enables text input for it. With this commit the search button may actually be out of view after Ctrl+F still. The following commit adds auto-scroll to solve that. A downside is that in the Properties, there also is Ctrl+F to start the editor-wide search. That's not unusual in Blender though (e.g. scolling with the mouse over a UI list also scrolls the list, not the region). |
Commit Details:
Full Hash: 3c76c983aa3f20a192191e48ca0afe874fe00d28
Parent Commit: 7083656
Committed By: Fabian Schempp
Lines Changed: +89, -5