Nodes: Allow adding multiple search items per node type in add menu #104794

Merged
Hans Goudey merged 3 commits from HooglyBoogly/blender:node-add-search-items into main 2023-02-20 19:17:14 +01:00

3 Commits

Author SHA1 Message Date
f0fdb3f7da Add comment to gather_add_node_search_ops function 2023-02-20 13:12:50 -05:00
e261c01922 Merge branch 'main' into node-add-search-items 2023-02-20 13:10:25 -05:00
9a9935bf79 Nodes: Allow adding multiple search items per node type in add menu
Add a per node type callback for creating node add search operations,
similar to the way link drag search is implemented (11be151d58).

Currently the searchable strings have to be separate items in the list.
In a separate step, we can look into adding invisible searchable text
to search items if that's still necessary.

Resolves #102118
2023-02-15 18:04:26 -05:00