I'm trying to merge five sets of six points, where each point is on its own branch ({0}, {1}, {2}, {3}, {4}, {5}), and item 0 is coming up on branches all branches of the merge except {0}. All 6 entries in List 0 reference the same point, and are not null as you can see.
I haven't been able to find any workarounds. I thought it was a referencing problem, so I tried decomposing the point, recomposing it, duplicating it six times, grafting and putting those into the merge, but I got the same result.
Tags:
- Attachments:
-