Blender Git Commit Log
Git Commits -> Revision fc74903
Revision fc74903 by Dalai Felinto (master) December 14, 2018, 19:09 (GMT) |
Fix T59322: View Layer - Search not working Basically uiRNACollectionSearch->but_changed was always NULL for the search templates. So skip_filter would always be true, and we would never filter. An alternative fix would be to add the following to the begin of `template_search_add_button_searchmenu`: ``` static bool always_true = true; template_search->search_data.but_changed = &always_true; ``` |
Commit Details:
Full Hash: fc74903f272a01784e0376c9ee12c2673017285d
Parent Commit: f6f46ac
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/interface/interface_utils.c (+1, -1) (Diff)