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

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