fixes #0002602 Now, it won't bunch up same object entries if they are not adjacent. I.e., same object can appear twice and more, for example: [(object1, ('Edge2', 'Edge3')), (object2, ('Edge1',)), (object1, ('Edge4', 'Edge5'))] Complete bunching causes information loss, and it's impossible to fix the bug with keeping the bunching complete.