Files
create/src
DeepSOIC 646111495d App: fix py return of propertyLinkSubList
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.
2018-04-13 09:42:26 -03:00
..
2017-12-05 17:22:00 +01:00
2018-03-31 11:06:04 +02:00
2018-03-30 11:25:42 +02:00
2018-02-07 09:40:03 +01:00
2018-04-12 09:37:40 -04:00
2018-04-04 11:53:11 +02:00
2017-12-06 20:59:55 +01:00