Blender Git Commit Log
Git Commits -> Revision 08a1492
Revision 08a1492 by Sybren A. Stüvel (master) October 25, 2021, 15:12 (GMT) |
Asset Browser: apply search filter to tags as well The search bar in the asset browser now also matches on asset tags. - Matching is done on entire tags, so searching for "redder" will not show assets tagged with "red". - All assets are shown that have at least one matching tag. So searching for "red green" will show all assets with either "red" or "green" tags (or both, of course). - Searching is case-insensitive. - Only assets from the active catalog are shown; if all assets should be searched through, users can select the "All" catalog. Manifest Task: T82679 |
Commit Details:
Full Hash: 08a1492ae53fb1575cffb0d11fa3c7e5bdc80b3a
Parent Commit: 972677b
Lines Changed: +49, -9
1 Modified Path:
/source/blender/editors/space_file/filelist.c (+49, -9) (Diff)