Fix #94413: Hide added input sockets on group inputs with hidden sockets #120067

Merged
Hans Goudey merged 16 commits from lone_noel/blender:node-group-hidden-sockets into main 2024-04-18 19:20:18 +02:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit cfa488d2f2 - Show all commits

View File

@ -241,6 +241,8 @@ static void refresh_node_socket(bNodeTree &ntree,
}
}
}
SET_FLAG_FROM_TEST(
new_socket->flag, old_socket_with_same_identifier->is_hidden(), SOCK_HIDDEN);
}
new_sockets.add_new(new_socket);
BKE_ntree_update_tag_socket_new(&ntree, new_socket);