blender/release
Joshua Leung 6a4967ca6e AnimEditors: Fuzzy/Multi-Word Name Filtering
Thanks to D1080 by @rockets, I've now been able to easily implement the
ability to type multiple word snippets/partial words into the text filter
field (in the Animation Editors), and have it filter the channels which
contain just some of those parts (instead of having to match everything).

For example, the following search strings will now work:
* "loc rot" or "lo ro" will now filter all location and rotation FCurves
* "col loc" will filter all location and color FCurves
* "scale" will also work as before to filter all scale FCurves

But, the following will not work:
* "lc rt" will NOT filter all location and rotation, as the fuzzy search only
  breaks down the search string based on whitespace placement

By default, this is not enabled when using name filtering (i.e. magnifying glass is checked,
and some filtering text is specified). Instead, you need to enable the "AZ" toggle beside
the name field. This fuzzy matching is not enabled by default as it could end up being
quite a bit slower on really heavy scenes. (There are probably some optimisation
opportunities, but that's only a future option if someone really needs it)
2016-03-24 02:45:14 +13:00
..
bin Simplify thumbnail blend parser 2015-08-17 12:37:38 +10:00
darwin Revert "OSX/cpack: add a dummy bg and ds_store for dmg" 2014-11-18 11:40:16 +01:00
datafiles 2.77 splash 2016-02-26 22:41:36 +11:00
freedesktop Update of our *nix .desktop file. 2015-08-27 16:31:13 +02:00
scripts AnimEditors: Fuzzy/Multi-Word Name Filtering 2016-03-24 02:45:14 +13:00
text Readme: tweaks to make it less hassle to edit 2015-03-13 00:34:27 +11:00
windows move windows out of source dir 2016-02-07 20:58:58 +11:00