Fix #106235: Use consistent order for multi-input socket links #106320

Closed
Iliya Katushenock wants to merge 17 commits from mod_moder:fix_internal_link_drawing into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit af6cf1ca0a - Show all commits

View File

@ -1685,7 +1685,7 @@ void blo_do_versions_400(FileData *fd, Library * /*lib*/, Main *bmain)
}
}
if (!MAIN_VERSION_FILE_ATLEAST(bmain, 400, 54)) {
if (!MAIN_VERSION_FILE_ATLEAST(bmain, 401, 1)) {
FOREACH_NODETREE_BEGIN (bmain, ntree, id) {
blender::Map<const bNodeSocket *, int> total_inputs;
LISTBASE_FOREACH (bNodeLink *, link, &ntree->links) {