Fix #111963: Copying sockets was not creating unique identifiers #111972

Merged
Lukas Tönne merged 1 commits from LukasTonne/blender:fix-node-group-socket-identifiers into main 2023-09-05 13:32:04 +02:00

1 Commits

Author SHA1 Message Date
Lukas Tönne 7302652ec4 Fix #111963: Copying sockets was not creating unique identifiers.
Items in the node group interface need to have unique identifiers.
Copying an item (socket or panel) was not doing this, so the node groups
end up having sockets with the same identifier. Linking sockets was
broken because copies could not be distinguished.
2023-09-05 13:02:18 +02:00