Merge branch 'blender-v4.1-release'
This commit is contained in:
@@ -2356,6 +2356,7 @@ static void rna_Node_inputs_move(
|
||||
}
|
||||
}
|
||||
|
||||
BKE_ntree_update_tag_node_property(ntree, node);
|
||||
ED_node_tree_propagate_change(nullptr, bmain, ntree);
|
||||
WM_main_add_notifier(NC_NODE | NA_EDITED, ntree);
|
||||
}
|
||||
@@ -2394,6 +2395,7 @@ static void rna_Node_outputs_move(
|
||||
}
|
||||
}
|
||||
|
||||
BKE_ntree_update_tag_node_property(ntree, node);
|
||||
ED_node_tree_propagate_change(nullptr, bmain, ntree);
|
||||
WM_main_add_notifier(NC_NODE | NA_EDITED, ntree);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user