1
1

Use null for root tree for node tree change propagation

This commit is contained in:
2023-01-10 16:49:57 -05:00
parent eaa17cfae2
commit ea2db47a0b

View File

@@ -1010,7 +1010,7 @@ static void node_group_make_insert_selected(const bContext &C,
info.link->fromsock = node_group_find_output_socket(gnode, info.interface_socket->identifier);
}
ED_node_tree_propagate_change(&C, bmain, &group);
ED_node_tree_propagate_change(&C, bmain, nullptr);
}
static bNode *node_group_make_from_nodes(const bContext &C,