Skip to content

Commit

Permalink
Merge pull request #304 from BradyAJohnston/dev-link
Browse files Browse the repository at this point in the history
turn off auto linking for adding new node
  • Loading branch information
BradyAJohnston authored Sep 14, 2023
2 parents 857a28a + d34b7ee commit 25d6c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MolecularNodes/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def menu_item_interface(layout_function,
label,
node_name,
node_description='Add custom MolecularNodes node group.',
node_link = True
node_link = False
):
op = layout_function.operator('mn.add_custom_node_group', text = label)
op.node_label = label
Expand Down

0 comments on commit 25d6c6c

Please sign in to comment.