Blender Git Loki
Git Commits -> Revision 98eb89b
Revision 98eb89b by Jacques Lucke (master) September 9, 2020, 11:44 (GMT) |
UI: improve search results by using fuzzy and prefix matching Blender does string based searching in many different places. This patch updates four of these places to use the new string search api in `BLI_string_search.h`. In the future we probably want to update the other searches as well. Reviewers: Severin, pablovazquez Differential Revision: https://developer.blender.org/D8825 |
Commit Details:
Full Hash: 98eb89be5dd08f3b38f34e7881bae37c3b13e8bb
Parent Commit: 45bd8fd
Lines Changed: +141, -97