Fix T89001: node search not working anymore
This commit is contained in:
parent
b4adb85933
commit
20ece8736f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user