diff --git a/node_wrangler/operators.py b/node_wrangler/operators.py index 1a4c3e1ad..51f9d14a1 100644 --- a/node_wrangler/operators.py +++ b/node_wrangler/operators.py @@ -2875,7 +2875,7 @@ class NWResetNodes(bpy.types.Operator): def execute(self, context): node_active = context.active_node node_selected = context.selected_nodes - node_ignore = ["FRAME", "REROUTE", "GROUP"] + node_ignore = ["FRAME", "REROUTE", "GROUP", "SIMULATION_INPUT", "SIMULATION_OUTPUT"] # Check if one node is selected at least if not (len(node_selected) > 0):