Blender Git Commit Log
Git Commits -> Revision 7fb0cb2
Revision 7fb0cb2 by Hans Goudey (master) September 24, 2020, 16:22 (GMT) |
Cleanup: Remove unecessary storage of search filter in uiBlock Since the search is applied all in one phase, there is no need to store a reference to the search filter in every uiBlock. Instead just pass it as an argument to UI_block_apply_search_filter. |
Commit Details:
Full Hash: 7fb0cb2b9320a1751779b5906c68a7cffdbcd71e
Parent Commit: bdbe955
Lines Changed: +14, -25