Skip to content

Duplication of nodes causes duplication in serialization

Fixes that there is a duplicate of each node and possibly edge in the scene even when they are identical, I guess this is some kind of stray pointer, this code segment ensures that these duplications do not get transferred into serialisation.

Merge request reports