Fix T89001: node search not working anymore

This commit is contained in:
Jacques Lucke 2021-06-11 16:27:26 +02:00
parent b4adb85933
commit 20ece8736f
Notes: blender-bot 2023-02-14 08:29:54 +01:00
Referenced by issue #89001, Blender 3.0 alpha : At some point Search in shader editor stops working
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ def node_group_items(context):
if group.name.startswith('.'):
continue
yield NodeItem(node_tree_group_type[group.bl_idname],
group.name,
{"node_tree": "bpy.data.node_groups[%r]" % group.name})
label=group.name,
settings={"node_tree": "bpy.data.node_groups[%r]" % group.name})
# only show input/output nodes inside node groups