Merge branch 'blender-v2.93-release'

This commit is contained in:
2021-05-21 14:44:17 -04:00

View File

@@ -1423,6 +1423,7 @@ static void rna_NodeTree_socket_remove(bNodeTree *ntree,
ntreeRemoveSocketInterface(ntree, sock); ntreeRemoveSocketInterface(ntree, sock);
ntreeUpdateTree(bmain, ntree); ntreeUpdateTree(bmain, ntree);
DEG_id_tag_update(&ntree->id, 0);
WM_main_add_notifier(NC_NODE | NA_EDITED, ntree); WM_main_add_notifier(NC_NODE | NA_EDITED, ntree);
} }
} }